Description

Queries a BLAST DNA 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 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

*

taxidlist

:file

File containing NCBI taxon ids, one per line, for filtering the database.

*.{txt}

taxids

:string

Comma-delimited list of NCBI taxon ids for filtering the database.

^[0-9]+(,[0-9]+)*$

negative_tax

:boolean

Use negative filtering (true) to exclude taxon ids or normal filtering (false).

true or false

Output

name:type
description
pattern

txt

meta

:map

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

*.txt

:file

File containing blastn hits

*.txt

versions_blastn

${task.process}

:string

The name of the process

blastn

:string

The name of the tool

blastn -version 2>&1 | sed 's/^.*blastn: //; 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

blastn

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Tools

blast
US-Government-Work

BLAST finds regions of similarity between biological sequences.