Description

Downloads a BLAST database from NCBI

Input

name:type
description
pattern

meta{:bash}

:map

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

name{:bash}

:string

Name of the NCBI BLAST database to be downloaded

Output

name:type
description
pattern

db{:bash}

meta{:bash}

:map

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

prefix{:bash}

:directory

Output directory containing blast database files

*

versions_updateblastdb{:bash}

${task.process}{:bash}

:string

The name of the process

updateblastdb{:bash}

:string

The name of the tool

update_blastdb.pl -version 2>&1 | tail -n1 | rev | cut -f1 -d ' ' | rev{: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

updateblastdb{:bash}

:string

The name of the tool

update_blastdb.pl -version 2>&1 | tail -n1 | rev | cut -f1 -d ' ' | rev{:bash}

:eval

The expression to obtain the version of the tool

Tools

blast
US-Government-Work

BLAST finds regions of similarity between biological sequences.