From 73e987695a5f37b567358d760b84661690840f19 Mon Sep 17 00:00:00 2001 From: kjwinfield Date: Fri, 3 Jan 2025 14:07:37 +0000 Subject: [PATCH] pep8 --- resources/home/dnanexus/get_variant_info.py | 2 +- resources/home/dnanexus/make_workbook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/home/dnanexus/get_variant_info.py b/resources/home/dnanexus/get_variant_info.py index a0d8e58..3594b46 100644 --- a/resources/home/dnanexus/get_variant_info.py +++ b/resources/home/dnanexus/get_variant_info.py @@ -217,7 +217,7 @@ def get_str_info(variant, proband, columns): ''' num_copies = lambda x, y, z: x['variantCalls'][y]['numberOfCopies'][ z - ]['numberOfCopies'] + ]['numberOfCopies'] var_dict = add_columns_to_dict(columns) pb_idx = index_participant(variant, proband) diff --git a/resources/home/dnanexus/make_workbook.py b/resources/home/dnanexus/make_workbook.py index 86cb6b6..fb4a6fd 100644 --- a/resources/home/dnanexus/make_workbook.py +++ b/resources/home/dnanexus/make_workbook.py @@ -803,7 +803,7 @@ def create_additional_analysis_page(self): if not ex_df.empty: # Grab all the de novos denovo_df = ex_df.loc[ex_df['Priority'] == "De novo"] - + # Grab all the exomiser variants ex_df = ex_df.loc[ex_df['Priority'] != "De novo"]