Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add installation instructions #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ populations; see split_.

Installation instructions
=========================
1) If you dont have docker or singularity on your HPC, just install with the released sh script, type::

$ wget https://github.com/popgenmethods/smcpp/releases/download/v1.15.2/smcpp-1.15.2-Linux-x86_64.sh
$ chmod 755 smcpp-1.15.2-Linux-x86_64.sh
$ ./smcpp-1.15.2-Linux-x86_64.sh

2) If you have docker or singularity:

Beginning with v1.15.4, SMC++ is distributed as a Docker image. (Anaconda
support has been discontinued.) To run the latest version of the program,
Expand Down