From 47608198f387e808e6649782a86daa296f27588c Mon Sep 17 00:00:00 2001 From: ChloeBubu <92331364+ChloeBubu@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:27:55 +0200 Subject: [PATCH] Update build.py --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 709f947..688f435 100755 --- a/build.py +++ b/build.py @@ -34,7 +34,8 @@ repotrial, cosmic, ncg, - intogen + intogen, + orphanet ) from nedrexdb.post_integration import trim_uberon, drop_empty_collections @@ -76,6 +77,7 @@ def update(conf, download): cosmic.parse_gene_disease_associations() ncg.parse_gene_disease_associations() + orphanet.parse_gene_disease_associations() # Sources that add node type but require existing nodes, too clinvar.parse()