Genewise 2.2.3

From HPCwiki
Revision as of 12:53, 21 December 2013 by Megen002 (talk | contribs) (Created page with " == Module file == The module file can be found in this location: /cm/shared/apps/WUR/ABGC/modulefiles <source lang='tcl'> #%Module1.0######################################...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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'>

  1. %Module1.0#######################################################################
    1. bwa 0.7.5a modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds bwa v0.7.5a to your environment"

}

module-whatis "Adds bwa v0.7.5a to your environment"

set bwa_075a_root /cm/shared/apps/WUR/ABGC/bwa/bwa-0.7.5a

prepend-path PATH $bwa_075a_root


</source>


See also

External links