Difference between revisions of "Augustus"

From UFRC
Jump to navigation Jump to search
Line 4: Line 4:
 
|{{#vardefine:url|http://augustus.gobics.de/}}
 
|{{#vardefine:url|http://augustus.gobics.de/}}
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
 
<!--CONFIGURATION: OPTIONAL (1=ON)-->
|{{#vardefine:mod|1}} <!--MODULES - NOW REQUIRED-->
 
|{{#vardefine:intel|}} <!-- "11.1" - Compiler Module Choice -->
 
|{{#vardefine:mpi|}} <!-- "openmpi/1.3.4"- MPI Module Choice -->
 
 
|{{#vardefine:exe|}} <!--RUNNING -->
 
|{{#vardefine:exe|}} <!--RUNNING -->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
 
|{{#vardefine:conf|}} <!--CONFIGS-->
Line 33: Line 30:
 
mechanism for incorporating extrinsic information, e.g. from EST alignments
 
mechanism for incorporating extrinsic information, e.g. from EST alignments
 
and protein alignments.
 
and protein alignments.
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
 
<!--Modules-->
 
<!--Modules-->
 
==Required Modules==
 
==Required Modules==
Line 40: Line 35:
 
===Serial===
 
===Serial===
 
*{{#var:app}}
 
*{{#var:app}}
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
+
==System Variables==
 +
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
<!--Run-->
 
<!--Run-->
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Revision as of 17:20, 10 August 2012

Description

augustus website  

AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences. It can be run on this web server or be downloaded and run locally. AUGUSTUS usually belongs to the most accurate programs for the species it is trained for. Often it is the most accurate ab initio program. AUGUSTUS can predict alternative splicing and alternative transcripts. AUGUSTUS can predict the 5'UTR and 3'UTR including introns. AUGUSTUS is retrainable. It comes with a training program that estimates the parameters given a training set of known genes. It also comes with an optimization script that tries to find values for the meta parameters, like splice window sizes, that optimize the prediction accuracy. AUGUSTUS can be used ab initio and has a flexible mechanism for incorporating extrinsic information, e.g. from EST alignments and protein alignments.

Required Modules

modules documentation

Serial

  • augustus

System Variables

  • HPC_{{#uppercase:augustus}}_DIR - installation directory