Description

Package candidate assemblies for clustering by Autocycler.

Input

name:type
description
pattern

meta

:map

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

assemblies

:file

Candidate assembly files (typically FASTA) generated for the sample.

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

Output

name:type
description
pattern

gfa

meta

:map

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

compress/${prefix}/*.gfa

:file

Assembly graph files ready for clustering.

compress/*/*.gfa

stats

meta

:map

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

compress/${prefix}/*.yaml

:file

Summary statistics generated during compression.

compress/*/*.yaml

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.