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

Merge branch 'master' of gitlab_lbmc:PSMN/modules

parents bbe94a62 a9514021
Branches
No related tags found
No related merge requests found
File moved
File moved
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/RSEM/1.3.0" local root = "/Xnfs/lbmcdb/common/modules/apps/rsem/1.3.0"
setenv("LAST_MODULE","RSEM/1.3.0") setenv("LAST_MODULE","rsem/1.3.0")
whatis([===[loads RSEM 1.3.0 (Debian 9) environment ]===]) whatis([===[loads rsem 1.3.0 (Debian 9) environment ]===])
conflict("RSEM") conflict("rsem")
conflict("Python/3.6.1") conflict("Python/3.6.1")
load("Python/2.7.13") load("Python/2.7.13")
load("Bowtie2/2.3.2") load("Bowtie2/2.3.2")
......
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/RSEM/1.3.1" local root = "/Xnfs/lbmcdb/common/modules/apps/rsem/1.3.1"
setenv("LAST_MODULE","RSEM/1.3.1") setenv("LAST_MODULE","rsem/1.3.1")
whatis([===[loads RSEM 1.3.1 (Debian 9) environment ]===]) whatis([===[loads rsem 1.3.1 (Debian 9) environment ]===])
conflict("RSEM") conflict("rsem")
conflict("Python/3.6.1") conflict("Python/3.6.1")
load("Python/2.7.13") load("Python/2.7.13")
load("Bowtie2/2.3.2") load("Bowtie2/2.3.2")
......
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/Salmon/0.8.2" local root = "/Xnfs/lbmcdb/common/modules/apps/salmon/0.8.2"
setenv("LAST_MODULE","Salmon/0.8.2") setenv("LAST_MODULE","salmon/0.8.2")
whatis([===[loads Salmon 0.8.2 (Debian 9) environment ]===]) whatis([===[loads salmon 0.8.2 (Debian 9) environment ]===])
conflict("Salmon") conflict("salmon")
prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"} prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"}
prepend_path{"LD_LIBRARY_PATH",pathJoin(root, "/lib"),delim=":",priority="0"} prepend_path{"LD_LIBRARY_PATH",pathJoin(root, "/lib"),delim=":",priority="0"}
setenv("SALMON_PATH",pathJoin(root, "/bin")) setenv("SALMON_PATH",pathJoin(root, "/bin"))
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/SAMtools/1.5/" local root = "/Xnfs/lbmcdb/common/modules/apps/samtools/1.5/"
conflict("SAMtools") conflict("samtools")
whatis([===[loads SAMtools 1.5 (Debian 9) environment ]===]) whatis([===[loads samtools 1.5 (Debian 9) environment ]===])
prepend_path{"PATH", pathJoin(root, "bin")} prepend_path{"PATH", pathJoin(root, "bin")}
setenv("SRATOOLKIT_PATH", pathJoin(root, "bin")) setenv("SAMTOOLS_PATH", pathJoin(root, "bin"))
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/BCFtools/1.7/" local root = "/Xnfs/lbmcdb/common/modules/apps/samtools/1.7/"
conflict("BCFtools") conflict("samtools")
whatis([===[loads BCFtools 1.7 (Debian 9) environment ]===]) whatis([===[loads samtools 1.7 (Debian 9) environment ]===])
prepend_path{"PATH", pathJoin(root, "bin")} prepend_path{"PATH", pathJoin(root, "bin")}
setenv("SRATOOLKIT_PATH", pathJoin(root, "bin")) setenv("SAMTOOLS_PATH", pathJoin(root, "bin"))
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/SRAtoolkit/2.8.2/" local root = "/Xnfs/lbmcdb/common/modules/apps/sratoolkit/2.8.2/"
conflict("SRAtoolkit") conflict("sratoolkit")
whatis([===[loads SRAtoolkit 2.8.2 (Debian 9) environment ]===]) whatis([===[loads sratoolkit 2.8.2 (Debian 9) environment ]===])
prepend_path{"PATH", pathJoin(root, "bin")} prepend_path{"PATH", pathJoin(root, "bin")}
setenv("SRATOOLKIT_PATH", pathJoin(root, "bin")) setenv("SRATOOLKIT_PATH", pathJoin(root, "bin"))
...@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had ...@@ -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. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/TopHat/2.1.1" local root = "/Xnfs/lbmcdb/common/modules/apps/tophat/2.1.1"
conflict("tophat") conflict("tophat")
load("Bowtie2/2.3.4.1") load("Bowtie2/2.3.4.1")
......
...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had ...@@ -34,10 +34,10 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/Trimmomatic/0.36/bin" local root = "/Xnfs/lbmcdb/common/modules/apps/trimmomatic/0.36/bin"
setenv("LAST_MODULE","Trimmomatic/0.36") setenv("LAST_MODULE","trimmomatic/0.36")
whatis([===[loads Trimmomatic 0.36 (Debian 7) environment ]===]) whatis([===[loads trimmomatic 0.36 (Debian 7) environment ]===])
conflict("Trimmomatic") conflict("trimmomatic")
prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"} prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"}
setenv("TRIMMOMATIC_PATH",pathJoin(root, "/bin")) setenv("TRIMMOMATIC_PATH",pathJoin(root, "/bin"))
...@@ -34,9 +34,9 @@ The fact that you are presently reading this means that you have had ...@@ -34,9 +34,9 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms. knowledge of the CeCILL license and that you accept its terms.
--]=====] --]=====]
local root = "/Xnfs/lbmcdb/common/modules/apps/UrQt/d62c1f8" local root = "/Xnfs/lbmcdb/common/modules/apps/urqt/d62c1f8"
setenv("LAST_MODULE","UrQt/d62c1f8") setenv("LAST_MODULE","urqt/d62c1f8")
whatis([===[loads UrQt d62c1f8 (Debian 7) environment ]===]) whatis([===[loads urqt d62c1f8 (Debian 7) environment ]===])
conflict("UrQt") conflict("urqt")
prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"} prepend_path{"PATH",pathJoin(root, "/bin"),delim=":",priority="0"}
setenv("URQT_PATH",pathJoin(root, "/bin")) setenv("URQT_PATH",pathJoin(root, "/bin"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment