Rate This Document
Findability
Accuracy
Completeness
Readability

Installing CDBtools

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the /path/to/BRAKER directory.
    cd /path/to/BRAKER
  3. Download the CDBtools installation package.
    wget https://codeload.github.com/gpertea/cdbfasta/zip/refs/heads/master
  4. Decompress the CDBtools installation package.
    tar xvf cdbfasta-master.zip
  5. Go to the directory generated after the decompression.
    cd cdbfasta
  6. Perform the compilation and installation.
    make
  7. Load the environment variable.
    export PATH=/path/to/BRAKER/cdbfasta:$PATH