Advertisement

使用miniconda安装生物学软件

阅读量:

在安装生物 之前,确保自己的 miniconda 软件安装成功

1.首先 一个配置环境:我创建了WGS

​2.搜索是否能在conda上安装该软件

3.激活WGS环境

(WGS)表示已将环境切换到了WGS

4.安装fastqc

4.1 发现报错

Collecting package metadata (current_repodata.json): done

Solution environment encountered an error during the initial attempt at a frozen solve. The process is being re-attempted using a more adaptable approach.

Collecting package metadata (repodata.json): done

The solving environment encountered an error during the initial, rigid solution attempt. The solver then tried an alternative, adaptable approach.

PackagesNotFoundError: The following packages are not obtainable in the current repositories.

尝试 :conda update --all 失败

尝试 检查之前配置的清华镜像源是否有问题,发现正常

4.2 解决方法:从conda官网获取 fastqc 的安装命令(https://anaconda.org/bioconda/fastqc)

按照指南运行即可:

5.检查fastqc是否安装成功:fastqc --help,发现安装成功

全部评论 (0)

还没有任何评论哟~