From 63d8824ced6a91b156451b8ad18b2c01a74f5eb0 Mon Sep 17 00:00:00 2001 From: atongsa <16256508+atongsa@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:15:52 +0800 Subject: [PATCH] add installation instructions i dont have singularity or docker, i find the released script can install directly --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 48cefb3..b597d90 100644 --- a/README.rst +++ b/README.rst @@ -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,