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

RSEM: add module unload

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