combine bqsr processes into one#877
Merged
gongyixiao merged 17 commits intodevelopfrom Aug 11, 2021
Merged
Conversation
gongyixiao
reviewed
Feb 7, 2021
8426eed to
8714be0
Compare
…:mskcc/tempo into enhancement/combine_merge_markduplicates
…:mskcc/tempo into enhancement/combine_merge_markduplicates
gongyixiao
approved these changes
Feb 9, 2021
| task.time = task.exitStatus.toString() in wallTimeExitCode ? { params.maxWallTime } : { params.medWallTime } | ||
| } | ||
| if (workflow.profile == "juno") { | ||
| if(bam.size() > 60.GB) { |
Collaborator
There was a problem hiding this comment.
are 60.GB and 50.GB are optimized value based on our test run?
Collaborator
Author
There was a problem hiding this comment.
the logic behind this choice may be a little outdated, from when i was combining MarkDup and BQSR together. I cut the numbers from MarkDup in half to account for the fact that we were processing/writing the bam twice. I'll revert this back to what the parameters were for RecalibrateBam and then revert based on testing.
Collaborator
|
|
… match the original RecalibrateBam
… enhancement/combineBQSR
Collaborator
Please remove these two files |
Merged
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.
Adding
BQSRPipelineSparkin one process as an alternative toBaseRecalibratorandApplyBQSRin two separate processes.If the process fails twice it switches from
BQSRPipelineSparktoBaseRecalibratorandApplyBQSRin the same process for the remaining attempt(s)