Running and Verifying AUGUSTUS
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to set environment variables:
export PATH=/path/to/AUGUSTUS/augustus_aarch64-3.3.3/bin:$PATH
- 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.
Parent topic: Augustus 3.3.3 Porting Guide (CentOS 7.6)
