Description

Assemble bacterial isolate genomes from Illumina paired-end reads

Input

name:type
description
pattern

meta

:map

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

reads

:file

List of input paired-end FastQ files

Output

name:type
description
pattern

contigs

meta

:map

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

contigs.fa

:file

The final assembly produced by Shovill

contigs.fa

corrections

meta

:map

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

shovill.corrections

:file

List of post-assembly corrections made by Shovill

shovill.corrections

log

meta

:map

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

shovill.log

:file

Full log file for bug reporting

shovill.log

raw_contigs

meta

:map

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

{skesa,spades,megahit,velvet}.fasta

:file

Raw assembly produced by the assembler (SKESA, SPAdes, MEGAHIT, or Velvet)

{skesa,spades,megahit,velvet}.fasta

gfa

meta

:map

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

contigs.{fastg,gfa,LastGraph}

:file

Assembly graph produced by MEGAHIT, SPAdes, or Velvet

contigs.{fastg,gfa,LastGraph}

versions_shovill

${task.process}

:string

The name of the process

shovill

:string

The name of the tool

shovill --version 2>&1 | sed "s/^.*shovill //"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

shovill

:string

The name of the tool

shovill --version 2>&1 | sed "s/^.*shovill //"

:eval

The expression to obtain the version of the tool

Tools

shovill
GPL v2

Microbial assembly pipeline for Illumina paired-end reads