Description

Calculate confidence scores from Kraken2 output

Input

name:type
description
pattern

meta

:map

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

kraken_result

:file

Raw Kraken2 standard output file

kraken_taxon_db

:file

Kraken2 taxo.k2d database file

Output

name:type
description
pattern

score

meta

:map

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

*.score

:file

Conifer report file containing confidence scores of Kraken2 classified reads.

*.score

versions_conifer

${task.process}

:string

The name of the process

conifer

:string

The name of the tool

conifer --version 2>&1 | sed 's/^.*Conifer //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

conifer

:string

The name of the tool

conifer --version 2>&1 | sed 's/^.*Conifer //'

:eval

The expression to obtain the version of the tool

Tools

conifer
BSD / BSD-2-Clause

Calculate confidence scores from Kraken2 output