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

meta (map)

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

]

versions (file)

File containing software versions

versions.yml

contigs (file)

The final assembly produced by Dragonflye

*.fa

log (file)

Full log file for bug reporting

dragonflye.log

raw_contigs (file)

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

{flye,miniasm,raven}.fasta

txt (file)

Assembly information output by Flye

flye-info.txt

gfa (file)

Assembly graph produced by Miniasm, or Raven

{flye,miniasm,raven}-unpolished.gfa

Tools

dragonflye
GPL v2

Microbial assembly pipeline for Nanopore reads