安装CDBtools
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令进入“/path/to/BRAKER”目录。
cd /path/to/BRAKER
- 执行以下命令下载CDBtools安装包。
wget https://codeload.github.com/gpertea/cdbfasta/zip/refs/heads/master
- 执行以下命令解压CDBtools安装包。
tar xvf cdbfasta-master.zip
- 执行以下命令进入解压后的目录。
cd cdbfasta
- 执行以下命令进行编译安装。
make
- 执行以下命令加载环境变量。
export PATH=/path/to/BRAKER/cdbfasta:$PATH
父主题: 配置编译环境