Description

Make Kaiju FMI-index file from a protein FASTA file

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Uncompressed Protein FASTA file (mandatory)

*.{fa,faa,fasta}

nodes_dmp

:file

NCBI nodes.dmp file (mandatory)

nodes.dmp

names_dmp

:file

NCBI names.dmp file (mandatory)

names.dmp

keep_intermediate

:boolean

Keep intermediate files

true|false

Output

name:type
description
pattern

fmi

meta

:map

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

*.{fmi,dmp}

:file

Kaiju FM-index file, and input {names,nodes}.dmp NCBI taxonomy files required for downstream Kaiju commands

*.{fmi,dmp}

bwt

meta

:map

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

*.bwt

:file

Kaiju intermedite bwt-index file (not needed for classification)

*.{bwt}

sa

meta

:map

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

*.sa

:file

Kaiju intermedite bwt-index file (not needed for classification)

*.{sa}

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