Augustus 2.7

From HPCwiki
Revision as of 12:03, 21 December 2013 by Megen002 (talk | contribs) (Created page with "Augustus is a gene prediction/annotation pipeline. == Module file == The module file can be found in this location: /cm/shared/apps/WUR/ABGC/modulefiles <source lang='tcl'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Augustus is a gene prediction/annotation pipeline.

Module file

The module file can be found in this location:

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

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. augustus 2.7 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds augustus 2.7 to your environment"

}

module-whatis "Adds augustus 2.7 to your environment"


setenv AUGUSTUS_CONFIG_PATH /cm/shared/apps/WUR/ABGC/augustus/augustus.2.7/config

set augustus_27_root /cm/shared/apps/WUR/ABGC/augustus/augustus.2.7/src

prepend-path PATH $augustus_27_root

</source>

See also

External links