Add 'appDefinition.json'
This commit is contained in:
parent
41849df6ab
commit
194192dcd6
19
appDefinition.json
Normal file
19
appDefinition.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"scriptLanguage" : "MATLAB",
|
||||
"executableScriptName" : "Geomap_function_2.m",
|
||||
"inputFiles" : [ {
|
||||
"dataType" : "catalog",
|
||||
"multiplicity" : {
|
||||
"minCount" : 1,
|
||||
"maxCount" : 1
|
||||
}
|
||||
} ],
|
||||
"inputParameters" : [ ],
|
||||
"outputs" : [ {
|
||||
"dataType" : "eff_drop_out_aux_image",
|
||||
"fileName" : "Figure1.mat",
|
||||
"isReturnedValue" : true
|
||||
} ],
|
||||
"requiredTools" : [ "matlab" ],
|
||||
"requiredComputationResources" : { }
|
||||
}
|
Loading…
Reference in New Issue
Block a user