Skip to content
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

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

victorskl
Copy link
Member

  • This allows many FASTQ input files to the TN workflow!

Resolves #671

…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:
Copy link
Member

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

Copy link
Member Author

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with 5e21d45

Copy link
Member

@skanwal skanwal left a 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.

@victorskl victorskl requested a review from alexiswl June 17, 2024 01:40
@victorskl
Copy link
Member Author

Merging...

@victorskl victorskl merged commit 26352e5 into dev Jun 17, 2024
1 check passed
@victorskl victorskl deleted the fix-tumor-normal-engine-parameter branch June 17, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Override all ICA workflow engineParameter config to accept many FASTQ input files
4 participants