Description

Convert Kaiju’s tab-separated output file into a tab-separated text file which can be imported into Krona.

Input

name:type
description
pattern

meta

:map

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

tsv

:file

Kaiju tab-separated output file

*.{tsv,txt}

db

:file

Kaiju database file

Output

name:type
description
pattern

txt

meta

:map

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

*.txt

:file

Krona text-based input file converted from Kaiju report

*.{txt,krona}

versions_kaiju

${task.process}

:string

The name of the process

kaiju

:string

The name of the tool

kaiju -h 2>&1 | sed -n 1p | sed 's/^.*Kaiju //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

kaiju

:string

The name of the tool

kaiju -h 2>&1 | sed -n 1p | sed 's/^.*Kaiju //'

:eval

The expression to obtain the version of the tool