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
dbdd44e3
Commit
dbdd44e3
authored
7 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
RSEM: add module unload
parent
f8798c03
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modulefiles/RSEM/1.3.0
+7
-1
7 additions, 1 deletion
modulefiles/RSEM/1.3.0
with
7 additions
and
1 deletion
modulefiles/RSEM/1.3.0
+
7
−
1
View file @
dbdd44e3
...
@@ -59,12 +59,18 @@ conflict $modname
...
@@ -59,12 +59,18 @@ conflict $modname
if [ module-info mode load ] {
if [ module-info mode load ] {
prereq Base/psmn
prereq Base/psmn
module load python/2.7
module load python/2.7
prereq python/2.7
module load Bowtie2/2.3.2
module load Bowtie2/2.3.2
module load R/3.0.2
module load R/3.0.2
prereq python/2.7
prereq Bowtie2/2.3.2
prereq Bowtie2/2.3.2
prereq R/3.0.2
prereq R/3.0.2
}
}
if [ module-info mode remove ] {
module unload python/2.7
module unload Bowtie2/2.3.2
module unload R/3.0.2
}
prepend-path PATH $modroot/bin
prepend-path PATH $modroot/bin
setenv RSEM_PATH $modroot/bin
setenv RSEM_PATH $modroot/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