學(xué)習(xí)小組Day3筆記-偶兒

第三天啦,雖然熱度有點(diǎn)減,但要堅(jiān)持!

linux環(huán)境下的軟件安裝

下載miniconda

Google搜索miniconda 清華,進(jìn)入https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/,查看服務(wù)器是多少位(進(jìn)入ubunna-輸入sudo uname --m),安裝對(duì)應(yīng)的latest版本,復(fù)制下載鏈接。

安裝miniconda

進(jìn)入Xshell:

cd biosoft
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh 
conda
#如果報(bào)錯(cuò),輸入source ~/.bashrc
conda

添加頻道

此時(shí)的conda相當(dāng)于剛買的電視,沒有節(jié)目,需要手動(dòng)添加頻道

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
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 list查看當(dāng)前服務(wù)器上安裝的所有軟件列表
conda search+軟件搜索conda軟件(eg:conda search fastqc)
conda install + 軟件安裝軟件(eg:conda install fastqc -y 【-y是yes,安裝過程中conda問你的問題全部回答yes】)
conda remove + 軟件卸載軟件(eg:conda remove fastqc -y)

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

友情鏈接更多精彩內(nèi)容