====== raven ====== Raven is a de novo genome assembler for long uncorrected reads. ===== Information ===== * Version: 1.8.3 * Added: May, 2025 * Link: https://github.com/lbcb-sci/raven ===== Usage ===== See versions which are available: $ module avail raven Load one version into your environment and run it: $ module load raven/1.8.3 $ raven ===== Installation ====== Notes from the sysadmin during installation: $ cd /var/scratch/ $ git clone https://github.com/lbcb-sci/raven.git $ cd raven $ cmake -S ./ -B./build -DRAVEN_BUILD_EXE=1 -DCMAKE_BUILD_TYPE=Release $ cmake --build build $ sudo mkdir -p /export/apps/raven/1.8.3/bin $ sudo cp build/bin/raven /export/apps/raven/1.8.3/bin