Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda version issues #43

Open
nhartwic opened this issue Apr 19, 2024 · 0 comments
Open

Conda version issues #43

nhartwic opened this issue Apr 19, 2024 · 0 comments

Comments

@nhartwic
Copy link

I've noticed that conda wants to default to installing an ancient meryl version labeled "2013" unless a user specifies a version. This seems undesirable and likely to cause confusion for users. They will likely experience "Unknown option" errors when attempting to follow modern instructions/usage because the 2013 version has a significantly reduced feature set and a very different interface. The fix is simply installing the actual most recent version with something like the following...

conda install -c bioconda meryl=1.4.1

...I'm not 100% sure if the managers of this git repo are also responsible for the conda meryl package. Your readme doesn't list conda as an optional installation method. If you are, it would be good if we could remove or rename that 2013 version so that 1.4.1 appears to be the latest version and will be installed by default. Alternatively, if there are fears of that breaking project somewhere by removing/renaming the 2013 version, then I'd suggest that meryl should adopt an alternative versioning system that simply prefixes the year onto the version. This would mean creating a new package named 2023.1.4.1 which conda should default to over the 2013 version.

If the managers of this git repo have nothing to do with the conda package or simply don't want to or aren't able to make any changes to it, I'd recomend simply leaving this issue open to help people who run into this simple issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant