-
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
Refactor passing of command line arguments to nf-core
commands
#1145
Refactor passing of command line arguments to nf-core
commands
#1145
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1145 +/- ##
==========================================
- Coverage 69.72% 69.29% -0.43%
==========================================
Files 50 50
Lines 5179 5224 +45
==========================================
+ Hits 3611 3620 +9
- Misses 1568 1604 +36
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.
Looks good, thanks! 👍 ✅
Thanks for the review @KevinMenden! |
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.
Looks good!
Thanks again @KevinMenden! |
Co-authored-by: Kevin Menden <[email protected]>
Updated passing of arguments to
nf-core
commands and subcommands:--dir <pipeline directory>
with.
as default, for allnf-core
commands that previously had it as an argument. Resolves Updating handling of<pipeline directory>
innf-core
#1140nf-core modules list
is now passed with--installed <pipeline directory>
. Partially resolvesnf-core modules list
behaviour #1139--tool <tool name>
fornf-core modules
subcommand are now replaced by optional argument<tool>
. For example:nf-core modules install fastqc
.PR checklist
CHANGELOG.md
is updateddocs
is updated