Skip to content

Commit

Permalink
adding print to sg for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-harper committed Jan 17, 2024
1 parent ebe2689 commit 5239ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/add_nagim_gvcfs_to_tob_wgs_test_metamist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit 5239ebd

Please sign in to comment.