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

chore: implement new workflow system #457

Merged
merged 36 commits into from
Nov 20, 2023

Conversation

davidlougheed
Copy link
Member

@davidlougheed davidlougheed commented Nov 13, 2023

Injected service/config/secret values using new code in Bento Lib / new WES; requires new Authz (0.5.0+); see bento-platform/bento#202

@davidlougheed davidlougheed changed the title [WIP] chore: implement new workflow system chore: implement new workflow system Nov 17, 2023
@davidlougheed davidlougheed marked this pull request as ready for review November 17, 2023 17:47
@@ -73,7 +77,7 @@ task katsu_dataset_export_vcf {
# TODO: handle pagination, i.e. if the `next` property is set, loop
# over the pages of results
metadata_url = f"~{katsu_url}/api/experimentresults?datasets={dataset_id}&file_format=vcf&page_size=10000"
response = requests.get(metadata_url, verify=False)
response = requests.get(metadata_url, verify=~{true="True" false="False" validate_ssl})
Copy link
Contributor

Choose a reason for hiding this comment

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

Same for verify string arg

Copy link
Contributor

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

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

Looks good, just not sure about wdl python commands with ssl verify
https://requests.readthedocs.io/en/latest/api/

Copy link
Contributor

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

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

lgtm!

@davidlougheed davidlougheed merged commit 81a24bc into features/phenov2-1394 Nov 20, 2023
5 checks passed
@davidlougheed davidlougheed deleted the chore/new-workflows branch November 20, 2023 21:29
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