Convert to typed params - #141
Open
itrujnara wants to merge 9 commits into
Open
Conversation
|
❌ nf-test failed with latest Nextflow versionNote Tests with Nextflow's latest version failed but it will not cause a CI workflow failure.
See the full run for details. |
dialvarezs
approved these changes
Jul 28, 2026
dialvarezs
left a comment
Member
There was a problem hiding this comment.
This looks neat!
I'm going to use as a reference when I convert mag to typed params.
My main question is why some params are in both places, and also some minor type correctness.
Comment on lines
+65
to
+66
| min_identity: Integer = 90 | ||
| min_coverage: Integer = 80 |
Member
There was a problem hiding this comment.
Shouldn't these be Float instead?
|
|
||
| // ID merging options | ||
| skip_merge = false | ||
| min_identity = 90 |
Member
There was a problem hiding this comment.
Is there any reason why these params need to be kept here?
| email_on_fail: String? = null | ||
| plaintext_email: Boolean = false | ||
| monochrome_logs: Boolean = false | ||
| help: Boolean = false |
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.
Convert the pipeline to strict syntax typed params
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).CHANGELOG.mdis updated.