Skip to content

Commit

Permalink
Added bismark v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed May 15, 2014
1 parent a5e45dd commit 811da5c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bismark/0.12.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#%Module1.0#####################################################################
##
## bismark modulefile
##

source $env(MODULE_INCLUDE)/functions.tcl
getCluster

set components [ file split [ module-info name ] ]
set version [ lindex $components 1 ]

set modroot /proj/a2010002/nobackup/sw/mf/bioinfo-tools/pipelines/bismark/$version

proc ModulesHelp { } {
global version modroot

puts stderr "\tbismark - use bismark $version"
puts stderr "\n\tVersion $version\n"
}

module-whatis "Loads bismark environment."

# Only one version at a time
conflict bismark

#Log loading to syslog
logToSyslog

if [module-info mode load] {
prepend-path PATH $modroot
}

if [module-info mode remove] {
remove-path PATH $modroot
}

0 comments on commit 811da5c

Please sign in to comment.