Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
modulefiles
Commits
84fe4348
Commit
84fe4348
authored
Oct 14, 2020
by
remy
Browse files
adding HmmCleaner
parent
1653f692
Changes
1
Hide whitespace changes
Inline
Side-by-side
envfiles/HmmCleaner/0.180750
0 → 100644
View file @
84fe4348
#%Module######################################################################
#
# 20201014 HmmCleaner 0.180750 modulefile
#
proc ModulesHelp { } {
puts stderr "This modulefile defines the library paths and"
puts stderr "include paths needed to use HmmCleaner 0.180750"
puts stderr "The program HmmCleaner.pl 0.180750"
puts stderr "is added to PATH."
}
set rel [uname release]
global prodlist
set prodlist { singularity/3.5.3 }
set is_module_rm [module-info mode remove]
catch {set modulehomes $env(MODULEPATH)}
if { [ module-info mode load ] } {
foreach prod $prodlist {
foreach mfilehome [ split $modulehomes :] {
if { [file exists $mfilehome/$prod] } {
module load $prod
}
}
}
}
if { [ module-info mode remove ] } {
foreach prod $prodlist {
foreach mfilehome [ split $modulehomes :] {
if { [file exists $mfilehome/$prod] } {
module unload $prod
}
}
}
}
# aliases not passing through SGE. Would need to source a file...
prepend-path PATH /share/apps/sing-images/3.5.3
append-path PE_PRODUCT_LIST HmmCleaner-0.180750
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment