Skip to content

Commit 6bff4ea

Browse files
authored
Use cromwell API, not file (#691)
1 parent 490df78 commit 6bff4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cromwell_status_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def main(dataset: list[str], workflow_id: list[str], dry_run: bool = False):
240240
sg_datasets = {}
241241
sg_analyses = {}
242242
for wf_id in workflow_id:
243-
json_data = get_workflow_metadata_from_file(wf_id)
243+
json_data = get_workflow_metadata_from_api(wf_id)
244244
workflow_status = parse_workflow_status_and_outputs(json_data)
245245

246246
sg_id = next(iter(workflow_status.keys()))

0 commit comments

Comments
 (0)