From a951402186ea1e648f7ae3d1a49a824ecc6aa72f Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Wed, 20 Mar 2019 17:38:29 +0100
Subject: [PATCH] add macs2

---
 .../{MACS2/install_2.1.1.20160309.sh => macs2/install_2.1.2.sh} | 2 +-
 modulefiles/macs2/{2.1.1.20160309.lua => 2.1.2.lua}             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename apps/{MACS2/install_2.1.1.20160309.sh => macs2/install_2.1.2.sh} (98%)
 rename modulefiles/macs2/{2.1.1.20160309.lua => 2.1.2.lua} (97%)

diff --git a/apps/MACS2/install_2.1.1.20160309.sh b/apps/macs2/install_2.1.2.sh
similarity index 98%
rename from apps/MACS2/install_2.1.1.20160309.sh
rename to apps/macs2/install_2.1.2.sh
index 1ea3381..5ea00c0 100644
--- a/apps/MACS2/install_2.1.1.20160309.sh
+++ b/apps/macs2/install_2.1.2.sh
@@ -36,7 +36,7 @@
 source ../build_env.sh
 module load Python/2.7.13
 
-MACS2_VERSION=2.1.1.20160309
+MACS2_VERSION=2.1.2
 MACS2_ROOT=/Xnfs/lbmcdb/common/modules/apps/MACS2/${MACS2_VERSION}
 mkdir -p ${MACS2_VERSION}/lib/python2.7/dist-packages/
 PYTHONPATH=${MACS2_ROOT}lib/python2.7/dist-packages/:$PYTHONPATH
diff --git a/modulefiles/macs2/2.1.1.20160309.lua b/modulefiles/macs2/2.1.2.lua
similarity index 97%
rename from modulefiles/macs2/2.1.1.20160309.lua
rename to modulefiles/macs2/2.1.2.lua
index 86856a5..6a5db78 100644
--- a/modulefiles/macs2/2.1.1.20160309.lua
+++ b/modulefiles/macs2/2.1.2.lua
@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had
 knowledge of the CeCILL license and that you accept its terms.
 --]=====]
 
-local root = "/Xnfs/lbmcdb/common/modules/apps/MACS2/1.0"
+local root = "/Xnfs/lbmcdb/common/modules/apps/macs2/2.1.2"
 conflict("MACS2")
 conflict("Python/3.6.1")
 load("Python/2.7.13")
-- 
GitLab