From 9ffa5960f5d40029099636b9e2b14e77d82a0595 Mon Sep 17 00:00:00 2001 From: rhdolin Date: Thu, 22 Aug 2024 17:58:51 -0700 Subject: [PATCH] Update PGxScreening.py --- genomics-apps/PGxScreening.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genomics-apps/PGxScreening.py b/genomics-apps/PGxScreening.py index 494aadbc5..0a1524b1d 100644 --- a/genomics-apps/PGxScreening.py +++ b/genomics-apps/PGxScreening.py @@ -32,7 +32,7 @@ def findSubjectTxImplications(subject, haplotypes): def getMedicationList(subject): - with open('./data/product.csv') as productFile: + with open('data/product.csv') as productFile: products = csv.reader(productFile, delimiter=',', quotechar='"') productList = [] for row in products: