-
Notifications
You must be signed in to change notification settings - Fork 190
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
added support for blacklist #1162
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1162 +/- ##
==========================================
+ Coverage 70.58% 70.61% +0.03%
==========================================
Files 48 48
Lines 5116 5139 +23
==========================================
+ Hits 3611 3629 +18
- Misses 1505 1510 +5
Continue to review full report at Codecov.
|
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.
LGTM 👍 Just a few small suggestions
Co-authored-by: Erik Danielsson <53212377+ErikDanielsson@users.noreply.github.com>
Thanks, good suggestions 😁 |
Added support for a configuration file/ blacklist for the
nf-core modules bump-versions
command.This is a
.yml
file which can be filled with module names. The module is completely ignored ifFalse
is given:e.g.
star/align: False
If a version is given, the module is updated/downgrade to that version (if it's different):
star/align: "some version"
So you can either set it to
False
or to a specific version.Fixes #1142
PR checklist
CHANGELOG.md
is updateddocs
is updated