Description

Builds a BLAST database

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Input fasta file

*.{fa,fasta,fa.gz,fasta.gz}

taxid_map

:file

taxID mapping files are tab-delimited text files used to map custom sequence IDs to NCBI taxonomic identifiers (taxIDs) during the creation of a BLAST database

*.txt

Output

name:type
description
pattern

db

meta

:map

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

${prefix}

:directory

Output directory containing blast database files

*

versions_makeblastdb

${task.process}

:string

The name of the process

makeblastdb

:string

The name of the tool

makeblastdb -version 2>&1 | sed 's/^.*makeblastdb: //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

makeblastdb

:string

The name of the tool

makeblastdb -version 2>&1 | sed 's/^.*makeblastdb: //; s/ .*\$//'

:eval

The expression to obtain the version of the tool

Tools

blast
US-Government-Work

BLAST finds regions of similarity between biological sequences.