Description

Create deacon index for reference genome

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Input genome fasta file

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

Output

name:type
description
pattern

index

meta

:map

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

*.idx

:file

Deacon minimizer index file

*.idx

versions_deacon

${task.process}

:string

The name of the process

deacon

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

deacon

:string

The name of the tool

deacon --version | head -n1 | sed "s/deacon //g"

:eval

The expression to obtain the version of the tool