Installing CDBtools
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the /path/to/BRAKER directory.
cd /path/to/BRAKER
- Download the CDBtools installation package.
wget https://codeload.github.com/gpertea/cdbfasta/zip/refs/heads/master
- Decompress the CDBtools installation package.
tar xvf cdbfasta-master.zip
- Go to the directory generated after the decompression.
cd cdbfasta
- Perform the compilation and installation.
make
- Load the environment variable.
export PATH=/path/to/BRAKER/cdbfasta:$PATH
Parent topic: Configuring the Compilation Environment