Description

Queries a DIAMOND database using blastp mode

Input

name:type
description
pattern

meta:map

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

]

fasta:file

Input fasta file containing query sequences

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

meta2:map

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

]

db:file

File of the indexed DIAMOND database

*.dmnd

outfmt:integer

Specify the type of output file to be generated. 0, .blast, BLAST pairwise format. 5, .xml, BLAST XML format. 6, .txt, BLAST tabular format (default). This format can be customized, the 6 may be followed by a space-separated list of the blast_columns keywords, each specifying a field of the output. 100, .daa, DIAMOND alignment archive (DAA). The DAA format is a proprietary binary format that can subsequently be used to generate other output formats using the view command. It is also supported by MEGAN and allows a quick import of results. 101, .sam, SAM format. 102, .tsv, Taxonomic classification. This format will not print alignments but only a taxonomic classification for each query using the LCA algorithm. 103, .paf, PAF format. The custom fields in the format are AS (bit score), ZR (raw score) and ZE (e-value).

0|5|6|100|101|102|103

blast_columns:string

Optional space separated list of DIAMOND tabular BLAST output keywords used in conjunction with the —outfmt 6 option (txt). Options: qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore

Output

name:type
description
pattern

blast

meta:map

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

]

*.{blast,blast.gz}:file

File containing blastp hits

*.{blast,blast.gz}

xml

meta:map

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

]

*.{xml,xml.gz}:file

File containing blastp hits

*.{xml,xml.gz}

txt

meta:map

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

]

*.{txt,txt.gz}:file

File containing hits in tabular BLAST format.

*.{txt,txt.gz}

daa

meta:map

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

]

*.{daa,daa.gz}:file

File containing hits DAA format

*.{daa,daa.gz}

sam

meta:map

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

]

*.{sam,sam.gz}:file

File containing aligned reads in SAM format

*.{sam,sam.gz}

tsv

meta:map

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

]

*.{tsv,tsv.gz}:file

Tab separated file containing taxonomic classification of hits

*.{tsv,tsv.gz}

paf

meta:map

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

]

*.{paf,paf.gz}:file

File containing aligned reads in pairwise mapping format format

*.{paf,paf.gz}

versions

versions.yml:file

File containing software versions

versions.yml