Description

Assemble bacterial isolate genomes from Nanopore reads

Input

name:type
description
pattern

meta:map

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

]

shortreads:file

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

*.fastq.gz

longreads:file

Input Nanopore FASTQ file

*.fastq.gz

Output

name:type
description
pattern

contigs

meta:map

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

]

*.fa:file

The final assembly produced by Dragonflye

*.fa

log

meta:map

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

]

dragonflye.log:file

Full log file for bug reporting

dragonflye.log

raw_contigs

meta:map

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

]

{flye,miniasm,raven}.fasta:file

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

{flye,miniasm,raven}.fasta

gfa

meta:map

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

]

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

Assembly graph produced by Miniasm, or Raven

{flye,miniasm,raven}-unpolished.gfa

txt

meta:map

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

]

flye-info.txt:file

Assembly information output by Flye

flye-info.txt

versions

versions.yml:file

File containing software versions

versions.yml

Tools

dragonflye
GPL v2

Microbial assembly pipeline for Nanopore reads