Genewise 2.2.3: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
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######################################..."
 
Megen002 (talk | contribs)
No edit summary
Line 6: Line 6:
<source lang='tcl'>
<source lang='tcl'>
#%Module1.0#######################################################################
#%Module1.0#######################################################################
## bwa 0.7.5a modulefile
## genewise 2.2.3-rc7 modulefile
##
##
proc ModulesHelp { } {
proc ModulesHelp { } {


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


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


set            bwa_075a_root       /cm/shared/apps/WUR/ABGC/bwa/bwa-0.7.5a
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            $bwa_075a_root
 
prepend-path    PATH            $genewise_223_root
prepend-path    WISECONFIGDIR    $genewise_conf





Revision as of 14:46, 21 December 2013

Module file

The module file can be found in this location:

 /cm/shared/apps/WUR/ABGC/modulefiles
#%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


See also

External links