首页 > 系统相关 >centos 7 中使用conda 安装 BreakDancer软件

centos 7 中使用conda 安装 BreakDancer软件

时间:2022-09-19 22:00:33浏览次数:90  
标签:centos 安装 PC1 BreakDancer conda root software

 

001、

[root@PC1 software]# cat /etc/redhat-release         ## 系统发行版
CentOS Linux release 7.6.1810 (Core)
[root@PC1 software]# conda --version                 ## conda版本
conda 4.10.3

 

 

002、使用conda安装BreakDancer

[root@PC1 software]# conda install -c bioconda BreakDancer

 

003、测试安装效果

[root@PC1 software]# breakdancer-max

 

标签:centos,安装,PC1,BreakDancer,conda,root,software
From: https://www.cnblogs.com/liujiaxin2018/p/16709239.html

相关文章