【问题标题】:Installing bedtools with conda (Windows)使用 conda (Windows) 安装床具
【发布时间】:2018-11-15 14:04:16
【问题描述】:

我一直在尝试在 Windows 10 的 Anaconda2 环境中安装 bedtools,但我在这 3 个频道中遇到了这个错误。任何人都知道发生了什么以及为什么我无法安装它?

(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.

【问题讨论】:

    标签: python-3.x anaconda


    【解决方案1】:

    在 bedtools conda page https://anaconda.org/bioconda/bedtools 它只支持 linux 或 osx。 床具页面https://bedtools.readthedocs.io/en/latest/content/installation.html

    也是如此

    解决方法:

    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.** 
    

    【讨论】:

      猜你喜欢
      • 2020-04-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多