Genewise 2.2.3
Jump to navigation
Jump to search
Module file
The module file can be found in this location:
/cm/shared/apps/WUR/ABGC/modulefiles
<source lang='tcl'>
- %Module1.0#######################################################################
- genewise 2.2.3-rc7 modulefile
proc ModulesHelp { } {
puts stderr "\tAdds genewise 2.2.3 to your environment"
}
module-whatis "Adds genewise 2.2.3 to your environment"
set genewise_223_root /cm/shared/apps/WUR/ABGC/genewise/wise2.2.3-rc7/src/bin/ set genewise_conf /cm/shared/apps/WUR/ABGC/genewise/wise2.2.3-rc7/wisecfg
prepend-path PATH $genewise_223_root
prepend-path WISECONFIGDIR $genewise_conf
</source>