Difference between revisions of "AUGUSTUS 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences. It can be run on this web server, on a new web server for larger input files or b...")
(No difference)

Revision as of 11:05, 1 October 2018

Introduction

AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences. It can be run on this web server, on a new web server for larger input files or be downloaded and run locally. It is open source so you can compile it for your computing platform. You can now run AUGUSTUS on the German MediGRID. This enables you to submit larger sequence files and allows to use protein homology information in the prediction. The MediGRID requires an instant easy registration by email for first-time users.

Installed versions

The currently installed versions are

On environment hpc-uniol-env
AUGUSTUS/3.2.3-intel-2016b-Python-2.7.12
On environment hpc-env/6.4
AUGUSTUS/3.2.3-intel-2018a-Python-2.7.14

Using AUGUSTUS on the HPC cluster

If you want to work on the new environment, you must first switch to hpc-env/6.4 before loading the lpsolve module:

module load hpc-env/6.4       # this step is optional
module load AUGUSTUS

Documentation

If you want a short introduction to the available commands, you can use the help function after loading the module. Just type in:

augustus --help

The full documentation of AUGUSTUS can be found here.