Add 'appDefinition.json'

This commit is contained in:
Michal_Lelonek 2021-12-09 16:46:33 +01:00
parent 3fa1c04718
commit fab1b651cd

20
appDefinition.json Normal file
View File

@ -0,0 +1,20 @@
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "Geomap_function_3.m",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ ],
"outputs" : [ {
"dataType" : "eff_drop_out_aux_image",
"fileFormat" : "PNG",
"fileName" : "Map",
"isReturnedValue" : false
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}