nf-core/blast/blastp @ 0.0.0-6c4ed3a
Summary
BLASTP (Basic Local Alignment Search Tool- Protein) compares an amino acid (protein) query sequence against a protein database
Get started
Add the following snippet to your workflow script to include this module.
include { BLAST_BLASTP } from 'nf-core/blast/blastp'
License
MIT License
Name
|
BLAST_BLASTP |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fasta
file
|
Input fasta file containing queries sequences *.{fa,fasta,fa.gz,fasta.gz}
|
meta2
map
|
Groovy Map containing db information e.g. [ id:'test2', single_end:false ] |
|---|---|
db
directory
|
Directory containing the blast database *
|
out_ext
string
|
Specify the type of output file to be generated. xml|tsv|csv
|
|---|
csv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.csv*
file
|
File containing blastp hits in comma separated format *.csv
|
tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tsv*
file
|
File containing blastp hits in tabular format *.{tsv}
|
xml
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.xml*
file
|
File containing blastp hits in XML format *.{xml}
|
versions_blastp
tuple
${task.process}
string
|
The name of the process |
|---|---|
blastp
string
|
The name of the tool |
blastp -version 2>&1 | sed 's/^.*blastp: //; s/ .*\$//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| blast | BLAST+ is a new suite of BLAST tools that utilizes the NCBI C++ Toolkit. | https://blast.ncbi.nlm.nih.gov/Blast.cgi |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:07:35 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fblast%2Fblastp/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/blast/blastp/blobs/sha256:0072296e0461cebb18d2532ebd1e2759c132e95a94f6818c21f4bea699d5ac60 |
| Size | 3.5 KB |
| Checksum | sha256:0072296e0461cebb18d2532ebd1e2759c132e95a94f6818c21f4bea699d5ac60 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:07:35 (UTC) | 3 | 3.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:49:06 (UTC) | 4 | 3.5 KB |