-
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
Add nf-core modules patch
command
#1708
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1708 +/- ##
==========================================
+ Coverage 68.25% 68.60% +0.35%
==========================================
Files 57 58 +1
Lines 6744 6817 +73
==========================================
+ Hits 4603 4677 +74
+ Misses 2141 2140 -1
Continue to review full report at Codecov.
|
Looks good!
I think we could consider saving the .diff file in a different directory, inside |
I believe (or hope ;)) that the update issue will be solved by #1710. I've split the PRs since they would've been too huge to review as one. I did not think that this command should work with |
I was seeing #1710 now :) I commented too fast! |
Ok, then it should be solved by the next PR |
Thanks for the review! |
I've added a
nf-core modules patch
command for generating patches for minor changes in modules as was suggested in #1312. It works by comparing the local installation of a module to the one remote version in themodules.json
.The tests are done using a special branch in the
nf-core/modules-test
in GitLab where I've added thebismark/align
module.PR checklist
CHANGELOG.md
is updateddocs
is updated