Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verifying AUGUSTUS

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to set environment variables:

    export PATH=/path/to/AUGUSTUS/augustus_aarch64-3.3.3/bin:$PATH

  3. Run the following commands to run the test case:

    cd /path/to/AUGUSTUS/CASE

    { time augustus --species=human --UTR=on sag178.gb; } 2>&1 | tee -a `hostname`_`date '+%Y%m%d%H%M%S'`.log

    Figure 1 shows an example of the running result.
    Figure 1 Result example