Skip to content

Commit

Permalink
test remove gene
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Oct 5, 2017
1 parent aad70b1 commit 802fd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/golr-exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main():
obj = "phenotype"

if tax == "Hs":
subjs = ["disease", "case", "gene"]
subjs = ["disease", "case"]

for subj in subjs:
assocFileJson = tax + "/" + subj + "-" + obj + ".json"
Expand Down

0 comments on commit 802fd48

Please sign in to comment.