nf-core/blast/blastdbcmd @ 0.0.0-6c4ed3a
Summary
Retrieve entries from a BLAST database
Get started
Add the following snippet to your workflow script to include this module.
include { BLAST_BLASTDBCMD } from 'nf-core/blast/blastdbcmd'
License
MIT License
Name
|
BLAST_BLASTDBCMD |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
entry
string
|
Entry identifier of sequence in database. It cannot be used along with entry_batch |
entry_batch
file
|
File with a list of entry identifiers of sequences in database (one identifier per line). It cannot be used along with entry |
meta2
map
|
Groovy Map containing db information e.g. [ id:'test2', single_end:false ] |
|---|---|
db
file
|
Input BLAST-indexed database *.{fa.*,fasta.*}
|
text
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt
file
|
Output text file (generic format if fasta not used, i.e. *.{txt}
|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fasta
file
|
Output fasta file (default format) *.{fasta}
|
versions_blastdbcmd
tuple
${task.process}
string
|
The name of the process |
|---|---|
blastdbcmd
string
|
The name of the tool |
blastdbcmd -version 2>&1 | head -n1 | sed 's/^.*blastdbcmd: //; s/ .*\$//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| blast | BLAST finds regions of similarity between biological sequences. | https://blast.ncbi.nlm.nih.gov/Blast.cgi |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:07:31 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fblast%2Fblastdbcmd/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/blast/blastdbcmd/blobs/sha256:1241382f013a62e134d9f8122437a90c027ebceb1fccf068e2ea581663244c9a |
| Size | 3.2 KB |
| Checksum | sha256:1241382f013a62e134d9f8122437a90c027ebceb1fccf068e2ea581663244c9a |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:07:31 (UTC) | 4 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:49:01 (UTC) | 2 | 3.2 KB |