Skip to content
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