====== graphmap ====== A highly sensitive and accurate mapper for long, error-prone reads. ===== Information ===== * Latest version: 0.5.2 * Added: November, 2018 * Link: https://github.com/isovic/graphmap ===== Usage ===== See versions of graphmap that are available: $ module avail graphmap Load one version into your environment and run it: $ module load graphmap/0.5.2 $ graphmap ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ git clone https://github.com/isovic/graphmap.git $ cd graphmap $ make modules $ sudo yum install libstdc++-static.x86_64 $ make $ sudo yum remove libstdc++-static.x86_64 $ sudo mkdir -p /export/apps/graphmap/0.5.2 $ sudo cp -r doc LICENCE README.md /export/apps/graphmap/0.5.2 $ sudo mkdir -p /export/apps/graphmap/0.5.2/bin $ sudo cp bin/Linux-x64/graphmap /export/apps/graphmap/0.5.2/bin