Description

Trim cluster assembly graphs to remove unsupported segments prior to resolution.

Input

name:type
description
pattern

meta{:bash}

:map

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

gfa{:bash}

:file

Cluster-specific assembly graph in GFA format.

*.gfa

Output

name:type
description
pattern

gfa{:bash}

meta{:bash}

:map

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

trim/$prefix/*.gfa{:bash}

:file

Trimmed assembly graphs emitted by Autocycler.

trim/*/*.gfa

stats{:bash}

meta{:bash}

:map

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

trim/$prefix/*.yaml{:bash}

:file

Trimming statistics for each cluster.

trim/*/*.yaml

versions_autocycler{:bash}

${task.process}{:bash}

:string

The name of the process

autocycler{:bash}

:string

The name of the tool

autocycler --version | sed 's/^[^ ]* //'{: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

autocycler{:bash}

:string

The name of the tool

autocycler --version | sed 's/^[^ ]* //'{:bash}

: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.