====== dragonflye ====== Assemble bacterial isolate genomes from Nanopore reads. ===== Information ===== * Version: 1.2.1 * Added: May, 2025 * Link: https://github.com/rpetit3/dragonflye ===== Usage ===== See which versions are available: $ module avail dragonflye Load one version into your environment and run it: $ module load dragonflye/1.2.1 $ dragonflye ===== Installation ====== Notes from the sysadmin during installation: $ sudo mkdir -p /export/apps/dragonflye/1.2.1/bin $ sudo wget https://raw.githubusercontent.com/rpetit3/dragonflye/refs/tags/v1.2.1/bin/dragonflye -O /export/apps/dragonflye/1.2.1/bin/dragonflye $ sudo chmod +x /export/apps/dragonflye/1.2.1/bin/dragonflye