Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Hoksza
bh19-rare-diseases
Commits
00ddce56
Commit
00ddce56
authored
Nov 21, 2019
by
David Hoksza
Browse files
fixed limiting opentargets
parent
f683302e
Changes
2
Hide whitespace changes
Inline
Side-by-side
assemble.sh
View file @
00ddce56
...
...
@@ -7,7 +7,7 @@ ORPHANET_IDS="33,67046,79327,79321,86309"
DISGENET_CNT_THRESHOLD
=
50
DISGENET_ASSOCIATION_SCORE_THRESHOLD
=
0
OPENTARGETS_CNT_THRESHOLD
=
50
OPENTARGETS_ASSOCIATION_SCORE_THRESHOLD
=
0
OPENTARGETS_ASSOCIATION_SCORE_THRESHOLD
=
0
.2
BUILD_MAP_GENERATOR
=
0
#1 for building it
STOP_AFTER_STAGE
=
-1
# ------------------------- PARAMETERS TO SET -------------------------
...
...
associations/opentargets.py
View file @
00ddce56
...
...
@@ -81,7 +81,7 @@ if __name__ == '__main__':
i
+=
1
genes_sorted
[
k
]
=
v
print
(
json
.
dumps
({
"name"
:
"opentargets"
,
"genes"
:
genes_
evidence
},
indent
=
2
))
print
(
json
.
dumps
({
"name"
:
"opentargets"
,
"genes"
:
genes_
sorted
},
indent
=
2
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment