Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kjwinfield committed Jan 3, 2025
1 parent 17d8fea commit 73e9876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/home/dnanexus/get_variant_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion resources/home/dnanexus/make_workbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 73e9876

Please sign in to comment.