miniconda
- 安装压缩软件/命令bzip2(云服务器没有,一般都有)yum install -y bzip2
- 安装miniconda: cd biosoft wget 网址 bash Miniconda3-latest-Linux-x86_64.sh 一路enter或yes,最后显示成功安装。
- 激活conda:source ~/.bashrc 单输conda,结果一大段为成功。
-
添加国内镜像:代码一行一行复制、粘贴、回车
引自生信星球公众号
使用conda
- 查看软件列表: conda list
- 搜索软件: conda search fastq
- 安装软件:conda install fastqc -y ----y是自动安装
- 卸载软件: conda remove fastqc -y
网友评论