Augustus

From UFRC
Revision as of 02:02, 10 August 2012 by Moskalenko (talk | contribs) (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==")
Jump to navigation Jump to search

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.

Available versions

  • 2.6 (EL6)

Execution Environment and Modules

To use augustus with the environment modules system at HPC the following commands are available:

Get module information for augustus:

$module spider augustus

Load the default application module:

$module load augustus

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_AUGUSTUS_DIR - directory where augustus is located.