1、在ncbi下载sratools软件 

  sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

 

wget https://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.10.8/sratoolkit.2.10.8-centos_linux64.tar.gz
tar -xzvf sratoolkit.2.10.8-centos_linux64.tar.gz
cd sratoolkit.2.10.8-centos_linux64
cd bin
./vdb-config --interactive

  运行以上命令行,开始进行配置:

 sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 用键盘输入f,出现以下界面:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 用键盘 enter:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

 继续enter:

 sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

用键盘敲x:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

敲enter:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

敲enter后,则返回命令行界面:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

 

测试:

sratoolkits软件的安装 cdb-config:command not found 解决方法

 

可以使用了。

加入环境变量:

echo "export PATH=$PATH:/home/software/sratoolkit.2.10.8-centos_linux64/bin" >> /etc/profile
source /etc/profile

 

相关文章:

  • 2021-10-21
  • 2022-12-23
  • 2021-07-08
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-02-10
  • 2022-12-23
相关资源
相似解决方案