Description

Assemble bacterial isolate genomes from Nanopore reads

Input

name:type
description
pattern

meta{:bash}

:map

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

shortreads{:bash}

:file

Optional. List of FastQ files of short reads (paired-end data) that will be used to polish the draft genome.

*.fastq.gz

longreads{:bash}

:file

Input Nanopore FASTQ file

*.fastq.gz

Output

name:type
description
pattern

contigs{:bash}

meta{:bash}

:map

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

*.fa{:bash}

:file

The final assembly produced by Dragonflye

*.fa

log{:bash}

meta{:bash}

:map

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

dragonflye.log{:bash}

:file

Full log file for bug reporting

dragonflye.log

raw_contigs{:bash}

meta{:bash}

:map

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

{flye,miniasm,raven}.fasta{:bash}

:file

Raw assembly produced by the assembler (Flye, Miniasm, or Raven)

{flye,miniasm,raven}.fasta

gfa{:bash}

meta{:bash}

:map

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

{flye,miniasm,raven}-unpolished.gfa{:bash}

:file

Assembly graph produced by Miniasm, or Raven

{flye,miniasm,raven}-unpolished.gfa

txt{:bash}

meta{:bash}

:map

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

flye-info.txt{:bash}

:file

Assembly information output by Flye

flye-info.txt

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

dragonflye
GPL v2

Microbial assembly pipeline for Nanopore reads