首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用conda安装床上工具(Windows)

使用conda安装床上工具(Windows)
EN

Stack Overflow用户
提问于 2018-11-15 22:04:17
回答 1查看 762关注 0票数 1

我一直在尝试在Windows10的Anaconda2环境中安装bedtools,但在这3个通道上都遇到了这个错误。有人知道发生了什么吗?为什么我不能安装它?

代码语言:javascript
复制
(py36) C:\Users\User>conda install -c bioconda bedtools  
(py36) C:\Users\User>conda install -c cgat bedtools  
(py36) C:\Users\User>conda install -c biobuilds bedtools     

Solving environment: failed     
PackagesNotFoundError: The following packages are not available from current channels: - bedtools                    
Current channels:                 
- https://conda.anaconda.org/bioconda/win-64                         
- https://conda.anaconda.org/bioconda/noarch                         
- https://conda.anaconda.org/conda-forge/win-64                      
- https://conda.anaconda.org/conda-forge/noarch                      
- https://repo.anaconda.com/pkgs/main/win-64                         
- https://repo.anaconda.com/pkgs/main/noarch                         
- https://repo.anaconda.com/pkgs/free/win-64                         
- https://repo.anaconda.com/pkgs/free/noarch                         
- https://repo.anaconda.com/pkgs/r/win-64                            
- https://repo.anaconda.com/pkgs/r/noarch                            
- https://repo.anaconda.com/pkgs/pro/win-64                          
- https://repo.anaconda.com/pkgs/pro/noarch                          
- https://repo.anaconda.com/pkgs/msys2/win-64                        
- https://repo.anaconda.com/pkgs/msys2/noarch                        
- https://conda.anaconda.org/cgat/win-64                             
- https://conda.anaconda.org/cgat/noarch                             
- https://conda.anaconda.org/biobuilds/win-64                        
- https://conda.anaconda.org/biobuilds/noarch                                      

To search for alternate channels that may provide the conda package you're looking for, 
navigate to https://anaconda.org and use the search bar at the top of the page.
EN

回答 1

Stack Overflow用户

发布于 2019-12-08 04:37:53

在bedtools conda页面https://anaconda.org/bioconda/bedtools上,它只支持linux或osx。床上工具页面https://bedtools.readthedocs.io/en/latest/content/installation.html也是如此

解决方法:

代码语言:javascript
复制
1. https://hub.docker.com/r/biocontainers/bedtools/    **Simplest, need install Docker.** 
2. https://stackoverflow.com/questions/36969824/using-anaconda-environments-with-cygwin-on-windows   **Complicate, if really need use windows.** 
3. Install VirtualBox and run linux and conda. **For long term solution if you need other bioinformatics analysis.** 
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53321217

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档