From cd3d8f197ed79064f970e540938d8cf40afa84fd Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Fri, 22 Mar 2019 14:08:32 +0100
Subject: [PATCH] fix upercase problem in lua

---
 modulefiles/kallisto/0.43.1.lua | 2 +-
 modulefiles/kallisto/0.44.0.lua | 2 +-
 modulefiles/multiqc/1.0.lua     | 2 +-
 modulefiles/music/6613c53.lua   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modulefiles/kallisto/0.43.1.lua b/modulefiles/kallisto/0.43.1.lua
index 78732dc..350118c 100644
--- a/modulefiles/kallisto/0.43.1.lua
+++ b/modulefiles/kallisto/0.43.1.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/Kallisto/0.43.1"
+local root = "/Xnfs/lbmcdb/common/modules/apps/kallisto/0.43.1"
 conflict("Kallisto")
 prepend_path{"PATH", pathJoin(root, "bin")}
 setenv("KALLISTO_PATH", pathJoin(root, "bin"))
diff --git a/modulefiles/kallisto/0.44.0.lua b/modulefiles/kallisto/0.44.0.lua
index 9976e5e..3755ada 100644
--- a/modulefiles/kallisto/0.44.0.lua
+++ b/modulefiles/kallisto/0.44.0.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/Kallisto/0.44.0"
+local root = "/Xnfs/lbmcdb/common/modules/apps/kallisto/0.44.0"
 conflict("Kallisto")
 prepend_path{"PATH", pathJoin(root, "bin")}
 setenv("KALLISTO_PATH", pathJoin(root, "bin"))
diff --git a/modulefiles/multiqc/1.0.lua b/modulefiles/multiqc/1.0.lua
index edea18d..ce60d3e 100644
--- a/modulefiles/multiqc/1.0.lua
+++ b/modulefiles/multiqc/1.0.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/MultiQC/1.0"
+local root = "/Xnfs/lbmcdb/common/modules/apps/multiqc/1.0"
 conflict("MultiQC")
 conflict("Python/3.6.1")
 load("Python/2.7.13")
diff --git a/modulefiles/music/6613c53.lua b/modulefiles/music/6613c53.lua
index 8ce49c7..224320a 100644
--- a/modulefiles/music/6613c53.lua
+++ b/modulefiles/music/6613c53.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/MUSIC/6613c53"
+local root = "/Xnfs/lbmcdb/common/modules/apps/music/6613c53"
 
 conflict("MUSIC")
 
-- 
GitLab