Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
PSMN
modules
Commits
e8e47aed
Commit
e8e47aed
authored
7 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
module cleanup in new lua version
parent
13b1d3c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modulefiles/SAMtools/1.5
+6
-7
6 additions, 7 deletions
modulefiles/SAMtools/1.5
modulefiles/SRAtoolkit/2.8.2
+6
-4
6 additions, 4 deletions
modulefiles/SRAtoolkit/2.8.2
with
12 additions
and
11 deletions
modulefiles/SAMtools/1.5
+
6
−
7
View file @
e8e47aed
...
@@ -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")
This diff is collapsed.
Click to expand it.
modulefiles/SRAtoolkit/2.8.2
+
6
−
4
View file @
e8e47aed
...
@@ -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"))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment