Currently getting a not found error when trying to install this in a new conda environment using the README instructions:
(fresh-test-env) bash-3.2$ conda install -c conda-forge liknorm
Channels:
- conda-forge
- bioconda
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- liknorm
Current channels:
- https://conda.anaconda.org/conda-forge
- https://conda.anaconda.org/bioconda
- defaults
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.
Currently getting a not found error when trying to install this in a new conda environment using the README instructions: