conda create -n kobas && conda activate kobas
conda install -c bioconda -c conda-forge python=2.7.15
conda install -c conda-forge -c bioconda pandas /path/to/pip install blast
“/path/to/pip”表示conda环境下的“pip”目录,可用which pip查看具体路径。
conda install -c conda-forge -c bioconda r-base /path/to/pip install rpy2==2.8.5 /path/to/pip install biopython==1.75 --trusted-host pypi.tuna.tsinghua.edu.cn -i https://pypi.tuna.tsinghua.edu.cn/simple conda install -c conda-forge -c bioconda bioconductor-qvalue
conda install --use-local kobas-3.0.3-py_2.tar.bz2