Encountered problems while solving.Problem: nothing provides requested tophat
使用这个命令下载(mamba同样)
conda install -c bioconda tophat
Problem: package tophat-2.0.13-5 requires python < 3, but none of the providers can be installed,环境要求python版本小于3
所以需要创建一个python2的conda环境,<env_name>自己命名
conda create -n env_name python=2
开启环境
conda activate env_name
我起的名字是RNASeq2.0,前面出现(RNASeq2.0)就是开启了,就可以install
下载完成后用 -h命令检测
tophat -h