Augustus

From UFRC
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.

Environment Modules

Run module spider augustus to find out what environment modules are available for this application.

System Variables

  • HPC_AUGUSTUS_DIR - installation directory

Additional Information

Since the directory where Augustus is installed is not user-writable make a copy of the Augustus config and set the '$AUGUSTUS_CONFIG_PATH' variable to the new path e.g.

rsync -a $HPC_AUGUSTUS_CONF .
export AUGUSTUS_CONFIG_PATH=/blue/group/user/some/project/augustus_conf_dir/config

in the job script before running Augustus or Busco.