Add nf-core subworkflows update command#2019
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2019 +/- ##
==========================================
+ Coverage 63.74% 65.31% +1.56%
==========================================
Files 41 42 +1
Lines 4913 5322 +409
==========================================
+ Hits 3132 3476 +344
- Misses 1781 1846 +65
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
mashehu
approved these changes
Nov 15, 2022
Contributor
|
Don't forget to also update the |
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
… into subworkflowsupdate
Member
Author
|
@nf-core-bot fix linting |
Member
Author
|
@mashehu I think I'm ready to merge if you agree after the review changes 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close #1892
Update all modules and subworkflows used by the subworkflow being updated.
Update all subworkflows that use the module being updated.
Raise a warning informing that it's advised to keep everything up to date. Prompt a questionary to confirm the update of all modules/subworkflows related to the updated component.
New option --recursive updates everything without asking.
PR checklist
CHANGELOG.mdis updateddocsis updated