Description

Calculate confidence scores from Kraken2 output

Input

name:type
description
pattern

meta{:bash}

:map

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

kraken_result{:bash}

:file

Raw Kraken2 standard output file

kraken_taxon_db{:bash}

:file

Kraken2 taxo.k2d database file

Output

name:type
description
pattern

score{:bash}

meta{:bash}

:map

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

*.score{:bash}

:file

Conifer report file containing confidence scores of Kraken2 classified reads.

*.score

versions_conifer{:bash}

${task.process}{:bash}

:string

The name of the process

conifer{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

conifer{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Tools

conifer
BSD / BSD-2-Clause

Calculate confidence scores from Kraken2 output