Skip to content

Instantly share code, notes, and snippets.

@johnsolk
Last active November 29, 2017 20:00
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/aa2c327b7f57f60edd2f9b7824268fbb to your computer and use it in GitHub Desktop.
Save johnsolk/aa2c327b7f57f60edd2f9b7824268fbb to your computer and use it in GitHub Desktop.
# load modules
module load GNU/4.8.3 anaconda parallel
module unload python
# setup conda env
conda create --name sourmash_nov2017 python=3.5
# use this to activate env:
source activate sourmash_nov2017
# follow instructions:
# http://sourmash.readthedocs.io/en/latest/tutorials.html
pip install -U Cython
pip install -U jupyter jupyter_client ipython pandas matplotlib scipy scikit-learn khmer
pip install -U https://github.com/dib-lab/sourmash/archive/master.zip
# should be able to type `sourmash compute` and get output
@johnsolk
Copy link
Author

These are the steps to run sourmash when logging to msu hpcc each time:

module load GNU/4.8.3  anaconda parallel
module unload python
source activate sourmash_nov2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment