From 93be833b417633d5fd5856c1e3440ca72a18cddf Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Mon, 27 Jul 2020 11:59:47 +0200 Subject: [PATCH] hint to use Singularity container to run scripts in the repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59b3268..c042290 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,7 @@ You need an OpenStructure and ProMod3 installation to run the scripts, more specifically you need the *ost* and *pm* executables in your path. Furthermore you need the numpy, scipy and matplotlib Python modules. +You may want to try a ProMod3 Singularity container +(https://openstructure.org/promod3/3.1/container/singularity) which should +contain the software required to execute most of the scripts in this repository. + -- GitLab