-
Notifications
You must be signed in to change notification settings - Fork 206
update module commands with new format #983
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
Codecov Report
@@ Coverage Diff @@
## dev #983 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 34 34
Lines 4261 4261
=======================================
Hits 2950 2950
Misses 1311 1311
Continue to review full report at Codecov.
|
Thanks @KevinMenden ! Need to change the format of the module in |
Right, thanks @drpatelh ! Changed that, now it should work. |
|
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!
This updates the module commands
create
andcreate-test-yml
with the new module format for thetest.yml
Instead of
tool_subtool
the tag will now betool/subtool
(see here: nf-core/modules#389)Still need to update the lint command to look for the correct tags if we decided to go only for these tags instead of having things like "my_tool_single_end" etc.