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 1ea33819b77de80778abc6766e8e4de12ea02480..5ea00c05cf90388cef5be7059b5f5738d39e0ba4 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 86856a5734aff83cbd58354d8bc512d6dec558fd..6a5db78ef02f11e0847cea61977752a4868ac1e4 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")