Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the test case directory.
cd /path/to/BRAKER/BRAKER-2.1.6/example
- Set the environment variable of each dependency.
- Add the environment variable AUGUSTUS to config in the installation directory.
export AUGUSTUS_CONFIG_PATH=/path/to/augustus_config
- Add the environment variable AUGUSTUS to bin in the installation directory.
export AUGUSTUS_BIN_PATH=/path/to/augustus_bin
- Add the environment variable AUGUSTUS to scripts in the installation directory.
export AUGUSTUS_SCRIPTS_PATH=/path/to/augustus_scripts
- Add the environment variable DIAMOND to the directory of the executable file diamond.
export DIAMOND_PATH=/path/to/diamond
- Add the environment variable GENEMARK to the directory of the executable file gmhmme3.
export GENEMARK_PATH=/path/to/GENEMARK
- Add the environment variable BAMTOOLS to the directory of the executable file bamtools.
export BAMTOOLS_PATH=/path/to/BAMTOOLS
- Add the environment variable CDBTOOLS to the directory of the executable file cdbfasta.
export CDBTOOLS_PATH=/path/to/cdbfasta
- Add the environment variable SAMTOOLS to the directory of the executable file samtools.
export SAMTOOLS_PATH=/path/to/samtools
- Add the environment variable AUGUSTUS to config in the installation directory.
- Perform the verification.
braker.pl --help

Parent topic: BRAKER 2.1.6 Porting Guide (Kylin V10)