Skip to content
Snippets Groups Projects
Unverified Commit cd3d8f19 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix upercase problem in lua

parent a22b6b95
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......@@ -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"))
......@@ -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")
......
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment