Description

Resolve trimmed assembly graphs into final contigs within Autocycler.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

gfa

:file

Trimmed assembly graph in GFA format from the previous step.

*.gfa

Output

name:type
description
pattern

bridged

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

resolve/${prefix}/${prefix}_3_bridged.gfa

:file

Assembly graph with bridges resolved.

resolve/*/*_3_bridged.gfa

merged

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

resolve/${prefix}/${prefix}_4_merged.gfa

:file

Merged assembly graph after bridging.

resolve/*/*_4_merged.gfa

resolved

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

resolve/${prefix}/${prefix}_5_final.gfa

:file

Final resolved assembly graph.

resolve/*/*_5_final.gfa

versions_autocycler

${task.process}

:string

The name of the process

autocycler

:string

The name of the tool

autocycler --version | sed 's/^[^ ]* //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

autocycler

:string

The name of the tool

autocycler --version | sed 's/^[^ ]* //'

:eval

The expression to obtain the version of the tool

Tools

autocycler
GPL-3.0

A tools for generating consensus long-read assemblies for bacterial genomes.