由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
Bioconda
1. Install
Location: link
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shsh Miniconda3-latest-Linux-x86_64.sh
2. Setup Channels
You may need to add the bin file in your environment
conda config --add channels defaultsconda config --add channels biocondaconda config --add channels conda-forge
Virtual Environment
## Create an environmentconda create -n Biostation python=3.7## Check the env listconda env list## 激活工作环境,需要几十秒source activate Biostation##orconda activate Biostation## 关闭工作环境:不用时关闭,不然你其它程序可能会出错source deactivate## Orconda deactivate
Common Software for Bioinformatics
conda install fastqcconda install fastpconda install trimmomaticconda install bowtieconda install bowtie2conda install samtools
Error
UnavailableInvalidChannel: The channel is not accessible or is invalid.channel name: miniconda/cloud/biocondachannel url: https://mirrors.bfsu.edu.cn/miniconda/cloud/biocondaerror code: 404You will need to adjust your conda configuration to proceed.Use `conda config --show channels` to view your configuration's current state,and use `conda config --show-sources` to view config file locations
Soving his by run:
conda config --remove-key channels
Enjoy~
由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
GitHub: Karobben
Blog:Karobben
BiliBili:史上最不正經的生物狗
