====== MaSuRCA ====== The MaSuRCA (Maryland Super Read Cabog Assembler) assembler combines the benefits of deBruijn graph and Overlap-Layout-Consensus assembly approaches. Since version 3.2.1 it supports hybrid assembly with short Illumina reads and long high error PacBio/MinION data. ===== Information ===== * Version: 4.1.0 * Added: September, 2014 * Updated: June, 2023 * Link: https://github.com/alekseyzimin/masurca ===== Usage ===== See versions which are available: $ module avail masurca Load one version into your environment and run it: $ module load masurca/4.1.0 $ masurca ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ wget https://github.com/alekseyzimin/masurca/releases/download/v4.1.0/MaSuRCA-4.1.0.tar.gz $ tar xf MaSuRCA-4.1.0.tar.gz $ cd MaSuRCA-4.1.0 $ sudo mkdir /export/apps/masurca/4.1.0 $ sudo chown aorth /export/apps/masurca/4.1.0 $ DEST=/export/apps/masurca/4.1.0 ./install.sh $ sudo chown -R root:root /export/apps/masurca/4.1.0