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_blastdbcmd{:bash}
${task.process}{:bash}
The name of the process
blastdbcmd{:bash}
The name of the tool
blastdbcmd -version 2>&1 | head -n1 | sed 's/^.*blastdbcmd: //; s/ .*\$//'{:bash}
:eval
The expression to obtain the version of the tool
versions{:bash}
BLAST finds regions of similarity between biological sequences.