×

nf-core/blast/blastp @ 0.0.0-6c4ed3a

BLASTP (Basic Local Alignment Search Tool- Protein) compares an amino acid (protein) query sequence against a protein database

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Authors: @vagkaratzas
Maintainers: @vagkaratzas

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

Process
Name BLAST_BLASTP
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

fasta file

Input fasta file containing queries sequences

*.{fa,fasta,fa.gz,fasta.gz}
#2 tuple
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 corresponds to BLAST xml format. tsv corresponds to BLAST tabular format. csv corresponds to BLAST comma separated format.

xml|tsv|csv
Output 4 channels
#1 csv tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.csv* file

File containing blastp hits in comma separated format

*.csv
#2 tsv tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.tsv* file

File containing blastp hits in tabular format

*.{tsv}
#3 xml tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.xml* file

File containing blastp hits in XML format

*.{xml}
#4 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