stajichlab / FGMP

Fungal Genome Mapping Pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with Conda installation

emmannaemeka opened this issue · comments

emmannadi$ conda install -c bioconda fgmp
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: done
Solving environment: failed

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

  • fgmp -> augustus[version='>=3.2.3'] -> boost[version='>=1.70.0,<1.70.1.0a0']
  • fgmp -> augustus[version='>=3.2.3'] -> gsl[version='>=2.5,<2.6.0a0']
  • fgmp -> augustus[version='>=3.2.3'] -> libcblas[version='>=3.8.0,<4.0a0']
  • fgmp -> augustus[version='>=3.2.3'] -> lp_solve
  • fgmp -> augustus[version='>=3.2.3'] -> suitesparse[version='>=4.5.6,<5.0a0']

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.

which conda version do you have? Conda doesn’t seems to support Augustus v3.2.3 or at least some of its dependencies. Unfortunately, the v3.3.3 currently hosted in conda doesn't work well with FGMP. Try to install FGMP manually or try to install each of the dependencies.

Let me know how it went. Thanks for using FGMP

I think the problem is caused by Augustus installation. I am closing the issue but feel free to open a new one if the problem persists. Thanks