Description

Classifies metagenomic sequence data

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

db{:bash}

:directory

Path to directory containing centrifuge database files

save_unaligned{:bash}

:boolean

If true unmapped fastq files are saved

save_aligned{:bash}

:boolean

If true mapped fastq files are saved

Output

name:type
description
pattern

report{:bash}

meta{:bash}

:map

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

*report.txt{:bash}

:file

File containing a classification summary

*.{report.txt}

results{:bash}

meta{:bash}

:map

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

*results.txt{:bash}

:file

File containing classification results

*.{results.txt}

sam{:bash}

meta{:bash}

:map

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

*.{sam,tab}{:bash}

:file

Optional output file containing read alignments (SAM format )or a table of per-read hit information (TAB)s

*.{sam,tab}

fastq_mapped{:bash}

meta{:bash}

:map

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

*.mapped.fastq{,.1,.2}.gz{:bash}

:file

Mapped fastq files

*.mapped.fastq.gz

fastq_unmapped{:bash}

meta{:bash}

:map

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

*.unmapped.fastq{,.1,.2}.gz{:bash}

:file

Unmapped fastq files

*.unmapped.fastq.gz

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

centrifuge
GPL v3

Centrifuge is a classifier for metagenomic sequences.