new parameter files

This commit is contained in:
Miriam Baglioni 2020-11-19 19:16:05 +01:00
parent 24c56fa7a3
commit cf3f47563f
2 changed files with 12 additions and 2 deletions

View File

@ -22,5 +22,10 @@
"paramLongName": "communityMapPath", "paramLongName": "communityMapPath",
"paramDescription": "the community map path", "paramDescription": "the community map path",
"paramRequired": true "paramRequired": true
} },{
"paramName": "rp",
"paramLongName": "relationPath",
"paramDescription": "the relationPath",
"paramRequired": true
}
] ]

View File

@ -29,7 +29,12 @@
"paramLongName":"resultTableName", "paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on", "paramDescription": "the name of the result table we are currently working on",
"paramRequired": true "paramRequired": true
} }, {
"paramName":"rp",
"paramLongName":"relationPath",
"paramDescription": "the path to the relations",
"paramRequired": true
}
] ]