Skip to content

Latest commit

 

History

History

1.1.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

dragonflye docker image

Main tool : dragonflye v1.1.1

dragonflye: Assemble bacterial isolate genomes from Nanopore reads

Additional tools

Protip: run command docker run staphb/dragonflye:latest micromamba list to see full micromamba environment:

Example Usage

# download ONT FASTQs for testing
wget https://raw.githubusercontent.com/bactopia/bactopia-tests/main/data/species/portiera/nanopore/ERR3772599.fastq.gz

# run dragonflye using flye as the assembly algorithm
dragonflye --reads /test/ERR3772599.fastq.gz --prefix ERR3772599-nano.hq --cpus 0 --nopolish --outdir flyehq --gsize 300000 --assembler flye --nanohq