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

module cleanup in new lua version

parent 13b1d3c9
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,10 @@ ...@@ -32,11 +32,10 @@
# The fact that you are presently reading this means that you have had # 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.
setenv("LAST_MODULE","SAMtools/1.5") local root = "/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/"
whatis([===[loads SAMtools 1.5 (Debian 9) environment ]===])
conflict("SAMtools") conflict("SAMtools")
prepend_path{"PATH","/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/bin",delim=":",priority="0"}
prepend_path{"LD_LIBRARY_PATH","/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/lib",delim=":",priority="0"} whatis([===[loads SAMtools 1.5 (Debian 9) environment ]===])
prepend_path{"INCLUDE","/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/include/htslib",delim=":",priority="0"} prepend_path{"PATH", pathJoin(root, "bin")}
prepend_path{"MANPATH","/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/share/man",delim=":",priority="0"} setenv("SRATOOLKIT_PATH", pathJoin(root, "bin"))
setenv("SAMTOOLS_PATH","/Xnfs/site/lbmcdb/common/modules/apps/SAMtools/1.5/bin")
...@@ -32,8 +32,10 @@ ...@@ -32,8 +32,10 @@
# The fact that you are presently reading this means that you have had # 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.
setenv("LAST_MODULE","SRAtoolkit/2.8.2") local root = "/Xnfs/site/lbmcdb/common/modules/apps/SRAtoolkit/2.8.2/"
whatis([===[loads SRAtoolkit 2.8.2 (Debian 7) environment ]===])
conflict("SRAtoolkit") conflict("SRAtoolkit")
prepend_path{"PATH","/Xnfs/site/lbmcdb/common/modules/apps/SRAtoolkit/2.8.2/bin/",delim=":",priority="0"}
setenv("SRATOOLKIT_PATH","/Xnfs/site/lbmcdb/common/modules/apps/SRAtoolkit/2.8.2/bin/") whatis([===[loads SRAtoolkit 2.8.2 (Debian 7) environment ]===])
prepend_path{"PATH", pathJoin(root, "bin")}
setenv("SRATOOLKIT_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