-
Notifications
You must be signed in to change notification settings - Fork 908
Check for new version snapshotting #7098
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
Conversation
This fixes an issue with the Seqera containers naming. The Seqera containers site doesn't care about the context of what module the image is for. It just sorts the dependencies. This avoids having multiple containers with a bunch of different names. Should probably handle that on the wave-cli side.
https://github.com/MarcoGorelli/madforhooks has been archived so I just copied this into the repo to make it simple to use
conda-env-sorter doesn't make the files pretty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be part of nf-core modules lint
and not here, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I just imagined a world where the linting was always up to date in modules because the code for the lints lived in modules.
But that wouldn't work for local modules.
Maybe for new rules that we're just starting to introduce while we're still catching the rough edges?
Closing in favor of nf-core/tools#3676 |
Closes #6505