Issues with Conda installation
Hi! Thanks for developing this tool. I am unable to install this via Conda since it says that the package isn't available there. Any instructions to download the tool through Conda would be helpful.
https://github.com/geronimp/enrichM#conda-recommended
conda create -c bioconda -n enrichm_env enrichm=0.6.5 (?)
https://github.com/geronimp/enrichM#conda-recommended
conda create -c bioconda -n enrichm_env enrichm=0.6.5(?)
I did try that but the conda installation stalled saying it couldn't locate the enrichment package:
I'm actually working on a recent environment. Try installing from this yml-file file:
$ conda env create -n enrichm_env --file enrichm.yml
Good luck!
Thanks! This solution worked well!!
But, I am getting an error with enrichm data --create:
if version_local!=version_remote: UnboundLocalError: local variable 'version_local' referenced before assignment
It is similar to the issue reported by another user of enrichm and seems to be unsolved at this point.