In order to perform multiple processes, a param.json file as a list of dict (i.e. list of param in JSON) could be used.
Example:
[
{
"annotation": {...}
},
{
"calculation": {...}
},
{
"annotation": {...},
"calculation": {...},
"prioritization": {...}
}
]
In order to perform multiple processes, a param.json file as a list of dict (i.e. list of param in JSON) could be used.
Example:
[ { "annotation": {...} }, { "calculation": {...} }, { "annotation": {...}, "calculation": {...}, "prioritization": {...} } ]