今天的學(xué)習(xí)內(nèi)容是linux中的軟件安裝
首先下載了conda應(yīng)用商店(miniconda)進(jìn)行了安裝和激活
然后學(xué)習(xí)了軟件的安裝和卸載
中間出了些小問題但還是順利完成啦法牲!
回憶一下關(guān)鍵代碼若未,作為今天的回顧,希望再次以后看到這次的美好回憶嘿嘿
步驟是安裝完成進(jìn)行激活然后添加鏡像安裝/卸載軟件
mkdir biosoft
cd biosoft
wget 神秘網(wǎng)址
bash 上面的文件名
enteryyenter
source ~/.bashrc(忘了)
conda檢查一下
神秘代碼(鏡像)
conda list查看軟件列表
conda install *** -y(fastqc=0.11.7)
conda remove *** -y (fastqc)
這次成功了
記錄一下今天的錯(cuò)誤截圖
官網(wǎng)神奇的23版本
17版本
神秘網(wǎng)站在此
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