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 761c502df..0e167697c 100644 --- a/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py +++ b/scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py @@ -10,9 +10,9 @@ ) from cpg_utils import to_path import csv -from collections import namedtuple import click from dataclasses import dataclass +from pprint import pprint @dataclass @@ -110,6 +110,7 @@ def main(project: str, sample_path_mappings: str, suffix: str): sequencing_groups=[], ) for sg in sample['sequencingGroups']: + pprint(sg) s.sequencing_groups.append( SequencingGroupUpsert( type=sg['type'],