-
Notifications
You must be signed in to change notification settings - Fork 0
/
HydraConfig.json
37 lines (37 loc) · 1.07 KB
/
HydraConfig.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
29
30
31
32
33
34
35
36
37
{
"skeletonType": "PatientLevelPredictionStudy",
"skeletonVersion": "v0.0.1",
"requiredHydraVersion": "v0.0.3",
"actions":[{
"type": "fileNameFindAndReplace",
"input": "packageName",
"find": "readmission"
},{
"type": "stringFindAndReplace",
"input": "packageName",
"find": "readmission"
},{
"type": "jsonArrayToCsv",
"input": "cohortDefinitions",
"mapping": [{"source": "id", "target": "cohortId"},
{"source": "id", "target": "atlasId"},
{"source": "name", "target": "name", "modifiers": ["convertToFileName"]}],
"output": "inst/settings/CohortsToCreate.csv"
},{
"type": "jsonArrayToJson",
"input": "cohortDefinitions",
"fileName": "name",
"payload": "expression",
"output": "inst/cohorts"
},{
"type": "jsonArrayToSql",
"input": "cohortDefinitions",
"fileName": "name",
"payload": "expression",
"output": "inst/sql/sql_server"
},{
"type": "jsonToJson",
"input": "",
"output": "inst/settings/predictionAnalysisList.json"
} ]
}