Description

Package candidate assemblies for clustering by Autocycler.

Input

name:type
description
pattern

meta{:bash}

:map

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

assemblies{:bash}

:file

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

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

Output

name:type
description
pattern

gfa{:bash}

meta{:bash}

:map

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

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

:file

Assembly graph files ready for clustering.

compress/*/*.gfa

stats{:bash}

meta{:bash}

:map

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

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

:file

Summary statistics generated during compression.

compress/*/*.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.