Geneid 1.4.4: Difference between revisions

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


         puts stderr "\tAdds bwa v0.7.5a to your environment"
         puts stderr "\tAdds geneid v1.4.4 to your environment"
}
}


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


set            bwa_075a_root       /cm/shared/apps/WUR/ABGC/bwa/bwa-0.7.5a
set            geneid_144_root       /cm/shared/apps/WUR/ABGC/geneid/geneid_v1.4.4/bin/


prepend-path    PATH            $bwa_075a_root
prepend-path    PATH            $geneid_144_root





Revision as of 13:46, 21 December 2013

Module file

The module file can be found in this location:

 /cm/shared/apps/WUR/ABGC/modulefiles

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. geneid 1.4.4 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds geneid v1.4.4 to your environment"

}

module-whatis "Adds geneid v1.4.4 to your environment"

set geneid_144_root /cm/shared/apps/WUR/ABGC/geneid/geneid_v1.4.4/bin/

prepend-path PATH $geneid_144_root


</source>


See also

External links