Skip to content

Commit 40f92f3

Browse files
committed
BioGrid DTP
1 parent bcde14f commit 40f92f3

15 files changed

+1382
-8
lines changed

biofilter/db/seed/initial_data_sources.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,19 @@
532532
"active": true,
533533
"dtp_version": "1.1.0",
534534
"schema_version": "3.1.0"
535+
},
536+
{
537+
"source_system": "BioGRID",
538+
"name": "biogrid",
539+
"data_type": "relationships",
540+
"source_url": "https://downloads.thebiogrid.org/Download/BioGRID/Latest-Release/BIOGRID-ALL-LATEST.mitab.zip",
541+
"format": "mitab",
542+
"grch_version": "",
543+
"ucschg_version": "",
544+
"dtp_script": "dtp_biogrid",
545+
"active": true,
546+
"dtp_version": "1.1.0",
547+
"schema_version": "3.1.0"
535548
}
536549
]
537550
}

biofilter/db/seed/initial_source_systems.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"description": "Online Mendelian Inheritance in Man (OMIM) is a comprehensive, curated catalog of human genes and genetic phenotypes.",
6666
"homepage": "https://omim.org/",
6767
"active": true
68+
},
69+
{
70+
"name": "BioGRID",
71+
"description": "A curated repository of genetic and protein interaction data from multiple organisms, focusing on experimentally validated molecular interactions.",
72+
"homepage": "https://thebiogrid.org/",
73+
"active": true
6874
}
6975
]
7076
}

0 commit comments

Comments
 (0)