-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
28 lines (28 loc) · 1.28 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "2.6.3",
"__metadata__": {
"url": "https://aact.ctti-clinicaltrials.org/",
"license_url": "https://github.com/ctti-clinicaltrials/aact/blob/dev/LICENSE",
"license": "MIT",
"description": "Documentation of the Multiomics ClinicalTrials KP (BioThings API). This API’s data comes from additional processing of the [AACT](https://aact.ctti-clinicaltrials.org/points_to_consider) (Aggregate Analysis of ClinicalTrial.gov) database. The AACT database is from the [Clinical Trials Transformation Initiative](https://ctti-clinicaltrials.org/our-work/quality/state-of-clinical-trials/) and provides information from ClinicalTrials.gov."
},
"dumper": {
"data_url": [
"https://db.systemsbiology.net/gestalt/KG/clinical_trials_kg_edges_v2.6.3.tsv",
"https://db.systemsbiology.net/gestalt/KG/clinical_trials_kg_nodes_v2.6.3.tsv"
],
"uncompress": false,
"release": "version:get_release"
},
"uploaders": [{
"name": "multiomics_clinical_trials",
"parser": "file_parser:load_data",
"on_duplicates": "ignore"
},
{
"name": "multiomics_clinical_trials_annotator",
"parser": "annotator_parser:load_data",
"on_duplicates": "ignore"
}
]
}