Skip to content

Commit

Permalink
correct assay["type"] assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-harper committed Jan 17, 2024
1 parent a3839ad commit 315bc0a
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 @@ -135,7 +135,7 @@ def main(project: str, project_id: int, sample_path_mappings: str, suffix: str):
external_ids=None,
assays=[
AssayUpsert(
type=sg['assays'][0]['type'],
type=sg['type'],
meta={
'sequencing_type': sg['assays'][0]['meta'][
'sequencing_type'
Expand Down

0 comments on commit 315bc0a

Please sign in to comment.