Description

Retrieve entries from a BLAST database

Input

name:type
description
pattern

meta{:bash}

:map

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

entry{:bash}

:string

Entry identifier of sequence in database. It cannot be used along with entry_batch

entry_batch{:bash}

:file

File with a list of entry identifiers of sequences in database (one identifier per line). It cannot be used along with entry

meta2{:bash}

:map

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

db{:bash}

:file

Input BLAST-indexed database

*.{fa.*,fasta.*}

Output

name:type
description
pattern

fasta{:bash}

meta{:bash}

:map

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

*.fasta{:bash}

:file

Output fasta file (default format)

*.{fasta}

text{:bash}

meta{:bash}

:map

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

*.txt{:bash}

:file

Output text file (generic format if fasta not used, i.e. --outfmt is supplied to ext.args)

*.{txt}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

blast
US-Government-Work

BLAST finds regions of similarity between biological sequences.