Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
17
Star
4
Fork
3
monarch-initiative
/
owlsim-v3
Code
Issues
46
Pull requests
3
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
test add of human g2p
Loading branch information
...
1 parent
53dc5fe
commit
aad70b1e6f231da4d41792c36a8f262a9fc00a39
kshefchek
committed
May 10, 2017
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
scripts/golr-exporter.py
Show comments
View
2
scripts/golr-exporter.py
@@ -74,7 +74,7 @@ def main():
obj
=
"
phenotype
"
obj
=
"
phenotype
"
if
tax
==
"
Hs
"
:
if
tax
==
"
Hs
"
:
- subjs
=
[
"
disease
"
,
"
case
"
]
+ subjs
=
[
"
disease
"
,
"
case
"
,
"
gene
"
]
for
subj
in
subjs:
for
subj
in
subjs:
assocFileJson
=
tax
+
"
/
"
+
subj
+
"
-
"
+
obj
+
"
.json
"
assocFileJson
=
tax
+
"
/
"
+
subj
+
"
-
"
+
obj
+
"
.json
"
Toggle all file notes
0 comments on commit
aad70b1
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
aad70b1