Retrieve entries from a BLAST database
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
entry{:bash}
:string
Entry identifier of sequence in database. It cannot be used along with entry_batch
entry_batch{:bash}
:file
File with a list of entry identifiers of sequences in database (one identifier per line). It cannot be used along with entry
meta2{:bash}
Groovy Map containing db information e.g. [ id:‘test2’, single_end:false ]
db{:bash}
Input BLAST-indexed database
*.{fa.*,fasta.*}
fasta{:bash}
*.fasta{:bash}
Output fasta file (default format)
*.{fasta}
text{:bash}
*.txt{:bash}
Output text file (generic format if fasta not used, i.e. --outfmt is supplied to ext.args)
--outfmt
ext.args
*.{txt}
versions{:bash}
versions.yml{:bash}
File containing software versions
versions.yml
BLAST finds regions of similarity between biological sequences.