From 31060fed75c82b1ba79295274a93d03958a09007 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Thu, 17 Mar 2022 11:20:49 +0100 Subject: [PATCH] Add 'appDefinition.json' --- appDefinition.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 appDefinition.json diff --git a/appDefinition.json b/appDefinition.json new file mode 100644 index 0000000..0e6ad22 --- /dev/null +++ b/appDefinition.json @@ -0,0 +1,23 @@ +{ + "scriptLanguage" : "OCTAVE", + "executableScriptName" : "sampleApp1.m", + "inputFiles" : [ { + "dataType" : "double_vector", + "multiplicity" : { + "minCount" : 1, + "maxCount" : 1 + } + } ], + "inputParameters" : [ { + "type" : "INTEGER", + "name" : "multiplicator" + } ], + "outputs" : [ { + "dataType" : "image_data", + "fileFormat" : "PNG", + "fileName" : "vectorPlot.png", + "isReturnedValue" : false + } ], + "requiredTools" : [ "octave" ], + "requiredComputationResources" : { } +} \ No newline at end of file