Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

blast multiple protein files

proteins = Channel.fromPath( '/some/path/*.fa' )

process blastThemAll {
  input:
  path query_file from proteins

  "blastp -query ${query_file} -db nr"
}
Source by www.nextflow.io #
 
PREVIOUS NEXT
Tagged: #blast #multiple #protein #files
ADD COMMENT
Topic
Name
4+6 =