今天的学习内容是linux中的软件安装
首先下载了conda应用商店(miniconda)进行了安装和激活
然后学习了软件的安装和卸载
中间出了些小问题但还是顺利完成啦!
回忆一下关键代码,作为今天的回顾,希望再次以后看到这次的美好回忆嘿嘿
步骤是安装完成进行激活然后添加镜像安装/卸载软件
mkdir biosoft
cd biosoft
wget 神秘网址
bash 上面的文件名
enteryyenter
source ~/.bashrc(忘了)
conda检查一下
神秘代码(镜像)
conda list查看软件列表
conda install *** -y(fastqc=0.11.7)
conda remove *** -y (fastqc)
这次成功了
记录一下今天的错误截图
官网神奇的23版本
17版本
神秘网站在此
https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
神秘代码在此
使用中科大的镜像(前面加# )
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/cloud/bioconda/
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.bfsu.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes