From 4df08e1c1b38b803df72fb498f39272ad1bafd3a Mon Sep 17 00:00:00 2001 From: michael-harper <109899932+michael-harper@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:51:33 +1100 Subject: [PATCH] Update scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py Co-authored-by: Michael Franklin <22381693+illusional@users.noreply.github.com> --- scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py b/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py index 4c3ec8bde..1dfc64479 100644 --- a/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py +++ b/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py @@ -186,7 +186,7 @@ def main(project: str, project_id: int, sample_path_mappings: str, suffix: str): type='gvcf', status=AnalysisStatus('completed'), output=gvcf_path, - sequencing_group_id=sample['sequencingGroups '][0]['id'], + sequencing_group_id=sample['sequencingGroups'][0]['id'], active=True, ), )