Add 'appDefinition.json'

This commit is contained in:
Michal_Lelonek 2021-11-04 16:53:40 +01:00
parent 54da1cd4ed
commit 928409dcd7
1 changed files with 19 additions and 0 deletions

19
appDefinition.json Normal file
View File

@ -0,0 +1,19 @@
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "my_app.m",
"functionName" : "my_app",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ ],
"outputs" : [ {
"dataType" : "catalog",
"fileName" : "out.mat"
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}