Skip to content

Commit

Permalink
Updated fastqc module loader to handle PATH correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogiov committed Sep 26, 2013
1 parent 7b18577 commit f0971a2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions fastqc/0.10.1
Expand Up @@ -26,10 +26,11 @@ conflict fastqc
#Log loading to syslog
logToSyslog

# Directories for the program:
#
prepend-path PATH $modroot
prepend-path CLASSPATH $modroot
if [module-info mode load] {
prepend-path PATH $modroot
prepend-path CLASSPATH $modroot
}

# Environments for the program:
#
if [module-info mode remove] {
remove-path PATH $modroot
}

0 comments on commit f0971a2

Please sign in to comment.