Skip to content

Instantly share code, notes, and snippets.

@johnsolk
Created July 20, 2018 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnsolk/8162b4810cdbd6cdefe45d005364db8c to your computer and use it in GitHub Desktop.
Save johnsolk/8162b4810cdbd6cdefe45d005364db8c to your computer and use it in GitHub Desktop.
# MaSuRCA 3.2.6 installation on MSU hpcc
ssh dev-intel14
cd bin
wget https://github.com/alekseyzimin/masurca/releases/download/3.2.6/MaSuRCA-3.2.6.tar.gz
tar -xvzf MaSuRCA-3.2.6.tar.gz
cd MaSuRCA-3.2.6
module load GNU/4.8.3
BOOST_ROOT=install ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment