-
Notifications
You must be signed in to change notification settings - Fork 220
Update nf-core modules list to show module versions
#1134
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
Update nf-core modules list to show module versions
#1134
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1134 +/- ##
==========================================
+ Coverage 70.57% 70.65% +0.08%
==========================================
Files 48 48
Lines 4849 4887 +38
==========================================
+ Hits 3422 3453 +31
- Misses 1427 1434 +7
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.
Nice, nothing to complain about! 👍
Except maybe that it would be nice if we could add some tests as the coverage of list.py dropped quite a bit.
|
I think the only test we have for |
|
Thanks for the review @KevinMenden! The test sounds good, I'll add that. |
Updated
nf-core modules listto showfor the locally installed modules, if the
modules.jsonfile is present. If themodules.jsonfile is missing the old version of thelistcommand is shown, i.e. only the names of the installed modulesPR checklist
CHANGELOG.mdis updateddocsis updated