Hi there!
I am a super-beginner Conda user. I started by installing Miniforge 3 and adding conda-forge and bioconda channels. I wanted to run a software for mapping RNA-seq reads called EDGE-pro. The software was not available on conda-forge or bioconda channels. Upon searching Anaconda, i found it under compbiocore. I installed compbiocore channel using: conda config --append channels compbiocore. In a new environment, I then tried to install Edge-pro using the command: conda install --channel “compbiocore” edge-pro. However, I received the following message:
Channels:
- compbiocore
- bioconda
- conda-forge
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- edge-pro
Current channels:
- Package repository for compbiocore | Anaconda.org
- https://conda.anaconda.org/bioconda
- https://conda.anaconda.org/conda-forge
I am not sure how to proceed. I would greatly help any help in this regard.