-
Notifications
You must be signed in to change notification settings - Fork 220
Misc. changes to nf-core modules install
#1190
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
| * `--force`: Overwrite a previously installed version of the module. | ||
| * `--sha <commit_sha>`: Install the module at a specific commit from the `nf-core/modules` repository. | ||
| * `--all`: Use this flag to change versions on all installed modules. Has the same effect as running `nf-core modules install --force` on all installed modules. | ||
| * `--all`: Use this flag to change versions on all installed modules. Has the same effect as running `nf-core modules install --force --latest` on all installed modules. To change all modules to a specific version you can run `nf-core modules install --all --sha <commit sha>`. |
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.
| * `--all`: Use this flag to change versions on all installed modules. Has the same effect as running `nf-core modules install --force --latest` on all installed modules. To change all modules to a specific version you can run `nf-core modules install --all --sha <commit sha>`. | |
| * `--all`: Use this flag to change versions on all installed modules. Has the same effect as running `nf-core modules install --force` on all installed modules. To change all modules to a specific version you can run `nf-core modules install --all --sha <commit sha>`. |
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.
Sorry, I thought we were removing --latest altogether as an option?
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.
No, the --latest flag should be included. Because we don't want to remove the cli prompt entirely right?
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.
Ah, I see. So its one of those options we need to keep for the CLI prompt. Finally got there! 😅 Ok.
Codecov Report
@@ Coverage Diff @@
## dev #1190 +/- ##
==========================================
- Coverage 70.31% 70.10% -0.22%
==========================================
Files 49 49
Lines 5289 5312 +23
==========================================
+ Hits 3719 3724 +5
- Misses 1570 1588 +18
Continue to review full report at Codecov.
|
drpatelh
left a comment
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!
|
Thanks for the review @drpatelh! |
Misc. changes to install:
--latestdefault formodules install --all. It is still possble to override with--shanf-core modules install.PR checklist
CHANGELOG.mdis updateddocsis updated