2020-05-13

Day-3 lzyazcr

今天的的任務(wù)是下載軟件~

確定系統(tǒng)位數(shù)

unmae -a

打開服務(wù)器目錄

cd  -/new

下載成功

wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh

sh=Windows的exe

安裝程序

bash Miniconda3-latest-Linux-x86_64.sh 

激活軟件

source ~/.bashrc

添加鏡像

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

教程實(shí)在太詳細(xì)了~


軟件使用

查看軟件列表

conda list###查看軟件列表

搜索軟件

conda search fastqc

安裝(不加-Y安裝中需要自己輸入一些指令)

conda install fastqc -y

卸載

conda remove fastqc

——————

conda環(huán)境

查看當(dāng)前conda環(huán)境

conda info --envs

建立新環(huán)境

conda create -n rna-seq python=3 fastqc trimmomatic 

環(huán)境的激活~~

conda activate rna-seq
?著作權(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)容