Description

Classify FASTQ files against ganon database

Input

name:type
description
pattern

meta

:map

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

fastqs

:file

Single or paired FASTQ files, optionally gzipped

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

db

:file

Ganon database files from build or build-custom

*.{ibf,tax}

Output

name:type
description
pattern

tre

meta

:map

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

*.tre

:file

Full ganon report file

*.tre

report

meta

:map

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

*.rep

:file

Plain ganon report file with only targets with match

*.rep

one

meta

:map

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

*.one

:file

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

*.one

all

meta

:map

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

*.all

:file

Information of all matches to a given read

*.all

unc

meta

:map

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

*.unc

:file

List of all reads without a hit

*.unc

log

meta

:map

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

*.log

:file

Text file containing console output from ganon classify

*.log

versions_ganon

${task.process}

:string

The name of the process

ganon

:string

The name of the tool

ganon --version 2>1 | sed 's/.*ganon //g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

ganon

:string

The name of the tool

ganon --version 2>1 | sed 's/.*ganon //g'

: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