Description

Creates Kraken-style reports from centrifuge out files

Input

name:type
description
pattern

meta

:map

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

report

:file

File containing the centrifuge classification report

*.{txt}

db

:directory

Path to directory containing centrifuge database files

Output

name:type
description
pattern

kreport

meta

:map

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

*.txt

:file

File containing kraken-style report from centrifuge out files.

*.{txt}

versions_centrifuge

${task.process}

:string

The name of the process

centrifuge

:string

The name of the tool

centrifuge --version 2>&1 | sed '1!d;s/.* version //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

centrifuge

:string

The name of the tool

centrifuge --version 2>&1 | sed '1!d;s/.* version //'

:eval

The expression to obtain the version of the tool

Tools

centrifuge
GPL v3

Centrifuge is a classifier for metagenomic sequences.