Skip to content

Commit

Permalink
Merge pull request #92 from FHIR/mendelian
Browse files Browse the repository at this point in the history
Update excel file path
  • Loading branch information
rhdolin authored Aug 23, 2024
2 parents ba82892 + f8604f3 commit a660b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genomics-apps/mendelianScreening.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def fetch_clinical_significance(subject, gene):
# Decorating conditions based on pathogenic variants
def decorate_conditions(condition_df, df_final, selected_genes):
# Reading the Excel file
valueset_df = pd.read_excel(r"data/conditions.xlsx")
valueset_df = pd.read_excel(r"genomics-apps/data/conditions.xlsx")
# Convert ValueSetMember to string for comparison
valueset_df["ValueSetMember"] = valueset_df["ValueSetMember"].astype(str)

Expand Down

0 comments on commit a660b86

Please sign in to comment.