Illumina/DRAGMAP

unable to install conda package

Opened this issue · 3 comments

Hello! I am running an issue with installing the conda package saying the dragmap package not available from current channels. Although I thought I have configured both bioconda and conda-forge channels. Anyone know the solution to this? Thanks for the help!

The command I used:

config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

conda install -c bioconda dragmap

Here is the error message:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • dragmap

Current channels:

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.

Maybe try changing the order of the channels. Did you create a new environment just for dragmap?
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda

I have the same problem. The proposed solution is not working.
DO yuo have any advise?

Make sure you are using a Linux x86_64 system. If you are running a different platform Conda will not show dragmap as available because it is not compatible to Mac or Windows systems.