Skip to content

Commit

Permalink
not using sg= inside a list as this is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-harper committed Jan 17, 2024
1 parent 1037931 commit 3295307
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 @@ -111,7 +111,7 @@ def main(project: str, project_id: int, sample_path_mappings: str, suffix: str):
)
for sg in sample['sequencingGroups']:
s.sequencing_groups.append(
sg=SequencingGroupUpsert(
SequencingGroupUpsert(
type=sg['type'],
technology=sg['technology'],
platform=sg['platform'],
Expand Down

0 comments on commit 3295307

Please sign in to comment.