I am trying to install the Dfast on my MacBook Air M3 using conda command you provided, and its raising the error regarding metagene_annotator>=1.0
following command was used
$ conda install -c bioconda -c conda-forge dfast
the error was
Channels:
- bioconda
- conda-forge
- anaconda
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides metagene_annotator >=1.0 needed by dfast-1.2.3-py37pl526_0
Could not solve for environment specs
The following package could not be installed
└─ dfast is not installable because it requires
└─ metagene_annotator >=1.0 , which does not exist (perhaps a missing channel).
please help, thanks
I am trying to install the Dfast on my MacBook Air M3 using conda command you provided, and its raising the error regarding metagene_annotator>=1.0
following command was used
$ conda install -c bioconda -c conda-forge dfast
the error was
Channels:
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following package could not be installed
└─ dfast is not installable because it requires
└─ metagene_annotator >=1.0 , which does not exist (perhaps a missing channel).
please help, thanks