-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
18 lines (17 loc) · 948 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"version": "0.1",
"__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": ["http://localhost:8080/dataupload/mysrc/ClinTrials_KG_edges_v01_3.csv"],
"uncompress": false
},
"uploader" : {
"parser": "ClinTrials_parser_v01:parse_edges",
"on_duplicates": "error"
}
}