Description

Classify FASTQ files against ganon database

Input

name:type
description
pattern

meta{:bash}

:map

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

fastqs{:bash}

:file

Single or paired FASTQ files, optionally gzipped

*.{fq,fq.gz,fastq,fastq.gz}

db{:bash}

:file

Ganon database files from build or build-custom

*.{ibf,tax}

Output

name:type
description
pattern

tre{:bash}

meta{:bash}

:map

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

*.tre{:bash}

:file

Full ganon report file

*.tre

report{:bash}

meta{:bash}

:map

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

*.rep{:bash}

:file

Plain ganon report file with only targets with match

*.rep

one{:bash}

meta{:bash}

:map

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

*.one{:bash}

:file

Information about a single (best) match of a given read after EM or LCA algorithms

*.one

all{:bash}

meta{:bash}

:map

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

*.all{:bash}

:file

Information of all matches to a given read

*.all

unc{:bash}

meta{:bash}

:map

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

*.unc{:bash}

:file

List of all reads without a hit

*.unc

log{:bash}

meta{:bash}

:map

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

*.log{:bash}

:file

Text file containing console output from ganon classify

*.log

versions_ganon{:bash}

${task.process}{:bash}

:string

The name of the process

ganon{:bash}

:string

The name of the tool

ganon --version 2>1 | sed 's/.*ganon //g'{: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

ganon{:bash}

:string

The name of the tool

ganon --version 2>1 | sed 's/.*ganon //g'{:bash}

:eval

The expression to obtain the version of the tool

Tools

ganon
MIT

ganon classifies short DNA sequences against large sets of genomic reference sequences efficiently