一、Miniconda是什么?
Miniconda是一款生信相关的应用商店。
二、Miniconda的安装
1、安装前首先在xshell中使用uname -a命令查看服务器是多少位的
2、cd biosoft进入昨天建立的目录
3、wget加链接下载
4、source ~/.bashrc激活
5、conda出现很多信息证明激活成功
6、添加镜像
# 使用清华镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda
conda config --set show_channel_urls yes
三、Miniconda的使用
1、conda list查看软件列表
2、conda search搜索软件
3、conda install fastqc -y安装软件
4、conda remove fastqc -y卸载软件
5、conda info --envs查看环境