Various Fixes for Missing and Problematic Data#56
Merged
Conversation
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
emarinier
commented
May 15, 2026
apetkau
requested changes
May 19, 2026
apetkau
left a comment
Member
There was a problem hiding this comment.
This is great work Eric. Thanks so much 😄. I'm having Steven continue to work on this.
I've made a number of comments on this PR below.
| def scheduled_argument = (params.output_type == "scheduled") ? "--scheduled" : "" | ||
| def date_argument = (params.output_type == "scheduled") ? "--date_string ${date_prefix}": "" | ||
| def top_samples_threshold_argument = (params.output_type == "scheduled" && params.fastmatch_top_samples_threshold) ? "--top_samples_threshold ${params.fastmatch_top_samples_threshold}": "" | ||
| def top_samples_threshold_argument = (params.output_type == "scheduled" && !(params.fastmatch_top_samples_threshold == null)) ? "--top_samples_threshold ${params.fastmatch_top_samples_threshold}": "" |
Member
There was a problem hiding this comment.
Small suggestion but why not change to params.fastmatch_top_samples_threshold != null instead?
Collaborator
|
Replaced empty matches with "" rather than "NULL" f8ddbbb |
apetkau
approved these changes
May 21, 2026
apetkau
left a comment
Member
There was a problem hiding this comment.
This looks perfect. Thanks so much @emarinier and @sgsutcliffe 😄
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.
Changes to scheduled pipeline output:
1.1. Example matches and summarized results
Matches between a query sample A and reference samples with different cases of metadata values
1. Acceptance criteria
1.1. Example matches and summarized results
Matches between a query sample A and reference samples with different cases of metadata values
Expected metadata output written back to query sample A for different cases