由於語法渲染問題而影響閱讀體驗, 請移步博客閱讀~
本文GitPage地址
Bioconda
1. Install
Location: link
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh
2. Setup Channels
You may need to add the bin file in your environment
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
Virtual Environment
## Create an environment
conda create -n Biostation python=3.7
## Check the env list
conda env list
## 激活工作环境,需要几十秒
source activate Biostation
##or
conda activate Biostation
## 关闭工作环境:不用时关闭,不然你其它程序可能会出错
source deactivate
## Or
conda deactivate
Common Software for Bioinformatics
conda install fastqc
conda install fastp
conda install trimmomatic
conda install bowtie
conda install bowtie2
conda install samtools
Error
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: miniconda/cloud/bioconda
channel url: https://mirrors.bfsu.edu.cn/miniconda/cloud/bioconda
error code: 404
You 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:史上最不正經的生物狗