====== dorado ====== Dorado is a high-performance, easy-to-use, open source basecaller for Oxford Nanopore reads. ===== Information ===== * Version: 0.5.0 * Added: September, 2023 * Updated: December, 2023 * Link: https://github.com/nanoporetech/dorado ===== Usage ===== See which versions are available: $ module avail dorado Load one version into your environment and run it: $ module load dorado/0.5.0 $ dorado ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ wget https://cdn.oxfordnanoportal.com/software/analysis/dorado-0.5.0-linux-x64.tar.gz $ tar xf dorado-0.5.0-linux-x64.tar.gz $ sudo mkdir -p /export/apps/dorado $ sudo cp -r dorado-0.5.0-linux-x64 /export/apps/dorado/0.5.0