-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add support for .nf-core.yml
to nf-core modules update
#1206
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1206 +/- ##
==========================================
- Coverage 68.86% 68.29% -0.57%
==========================================
Files 50 50
Lines 5485 5523 +38
==========================================
- Hits 3777 3772 -5
- Misses 1708 1751 +43
Continue to review full report at Codecov.
|
.nf-core.yml
to nf-core modules install
.nf-core.yml
to nf-core modules install/update
.nf-core.yml
to nf-core modules install/update
.nf-core.yml
to nf-core modules update
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.
Thanks!
Added support for ignoring modules and specifying module versions in
.nf-core.yml
when runningnf-core modules update
at both the module and repository level. A.nf-core.yml
can for example be configured in the following way:Leaving out a module or a repository has the same effect as settting it to
True
. The commit SHAs set in.nf-core.yml
command has higher precedence than commit SHAs set with
--sha`.Should close #1204.
PR checklist
CHANGELOG.md
is updateddocs
is updated