Description

Assemble bacterial isolate genomes from Illumina paired-end reads

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input paired-end FastQ files

Output

name:type
description
pattern

contigs{:bash}

meta{:bash}

:map

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

contigs.fa{:bash}

:file

The final assembly produced by Shovill

contigs.fa

corrections{:bash}

meta{:bash}

:map

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

shovill.corrections{:bash}

:file

List of post-assembly corrections made by Shovill

shovill.corrections

log{:bash}

meta{:bash}

:map

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

shovill.log{:bash}

:file

Full log file for bug reporting

shovill.log

raw_contigs{:bash}

meta{:bash}

:map

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

{skesa,spades,megahit,velvet}.fasta{:bash}

:file

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

{skesa,spades,megahit,velvet}.fasta

gfa{:bash}

meta{:bash}

:map

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

contigs.{fastg,gfa,LastGraph}{:bash}

:file

Assembly graph produced by MEGAHIT, SPAdes, or Velvet

contigs.{fastg,gfa,LastGraph}

versions_shovill{:bash}

${task.process}{:bash}

:string

The name of the process

shovill{:bash}

:string

The name of the tool

shovill --version 2>&1 | sed "s/^.*shovill //"{: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

shovill{:bash}

:string

The name of the tool

shovill --version 2>&1 | sed "s/^.*shovill //"{:bash}

:eval

The expression to obtain the version of the tool

Tools

shovill
GPL v2

Microbial assembly pipeline for Illumina paired-end reads