-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added Tumor Normal engineParameter override for tesUseInputManifest never #693
Conversation
…ever * This allows many FASTQ input files to the TN workflow! Resolves #671
@@ -244,6 +244,10 @@ def get_engine_parameters(self, target_id: str, secondary_target_id=None) -> dic | |||
# See https://github.com/umccr-illumina/cwl-iap/issues/200 | |||
engine_params.update(maxScatter=8) | |||
|
|||
if self.type == WorkflowType.TUMOR_NORMAL: |
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.
We can set this for every workflow type, I don't think we need to restrict this condition for just tn workflows
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. Right. Okay, I will update it to reflect all workflow types.
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.
Updated with 5e21d45
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 - and +1 to Alexis point that we can enable this for all workflow types.
Merging... |
Resolves #671