Skip to content

Commit

Permalink
Update scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Franklin <[email protected]>
  • Loading branch information
michael-harper and illusional authored Jan 18, 2024
1 parent 64310cf commit 4df08e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
)
Expand Down

0 comments on commit 4df08e1

Please sign in to comment.