Description

Queries a BLAST DNA database

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Input fasta file containing queries sequences

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

meta2{:bash}

:map

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

db{:bash}

:directory

Directory containing the blast database

*

Output

name:type
description
pattern

txt{:bash}

meta{:bash}

:map

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

*.txt{:bash}

:file

File containing blastn hits

*.txt

versions_tblastn{:bash}

${task.process}{:bash}

:string

The name of the process

tblastn{:bash}

:string

The name of the tool

tblastn -version 2>&1 | sed 's/^.*tblastn: //; s/ .*\$//'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

tblastn{:bash}

:string

The name of the tool

tblastn -version 2>&1 | sed 's/^.*tblastn: //; s/ .*\$//'{:bash}

:eval

The expression to obtain the version of the tool