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

Properly set workflow type for rerun #41

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

WIIASD
Copy link
Contributor

@WIIASD WIIASD commented Jul 2, 2024

Issue #, if available:

#39

Description of changes:

We are not properly setting workflowType field when --workflow-type is not passed in by customer. This change ensures we default workflowType to the same as input run for the rerun tool

Testing

Tested the following commands, all worked as expected:

python3 -m omics.cli.rerun 2420306 
python3 -m omics.cli.rerun 2420306 --workflow-id 1830181
python3 -m omics.cli.rerun 2420306 --run-id 2420306 (this was triggering the same bug before as well)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ahenroid ahenroid merged commit d255a8f into awslabs:main Jul 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants