Raven is a de novo genome assembler for long uncorrected reads.
See versions which are available:
$ module avail raven
Load one version into your environment and run it:
$ module load raven/1.8.3 $ raven
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