Description

Create deacon index for reference genome

Input

name:type
description
pattern

meta{:bash}

:map

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

fasta{:bash}

:file

Input genome fasta file

*.{fasta,fasta.gz,fas,fas.gz,fa,fa.gz,fna,fna.gz}

Output

name:type
description
pattern

index{:bash}

meta{:bash}

:map

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

*.idx{:bash}

:file

Deacon minimizer index file

*.idx

versions_deacon{:bash}

${task.process}{:bash}

:string

The name of the process

deacon{:bash}

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"{: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

deacon{:bash}

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"{:bash}

:eval

The expression to obtain the version of the tool