Description

Assembles bacterial genomes

Input

name:type
description
pattern

meta

:map

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

shortreads

:file

List of input Illumina FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

longreads

:file

List of input FastQ files of size 1, PacBio or Nanopore long reads.

Output

name:type
description
pattern

scaffolds

meta

:map

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

*.scaffolds.fa.gz

:file

Fasta file containing scaffolds

*.{scaffolds.fa.gz}

gfa

meta

:map

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

*.assembly.gfa.gz

:file

gfa file containing assembly

*.{assembly.gfa.gz}

log

meta

:map

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

*.log

:file

unicycler log file

*.{log}

versions_unicycler

${task.process}

:string

The name of the process

unicycler

:string

The name of the tool

TERM=xterm unicycler --version 2>&1 | sed "s/^.*Unicycler v//; 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

unicycler

:string

The name of the tool

TERM=xterm unicycler --version 2>&1 | sed "s/^.*Unicycler v//; s/ .*$//"

:eval

The expression to obtain the version of the tool

Tools

unicycler
GPL v3

Hybrid assembly pipeline for bacterial genomes