From a3e694cea3068fc9f1d614b7b2bb53ecb81e8198 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 13:21:38 +0200 Subject: [PATCH] Add 'appDefinition.json' --- appDefinition.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 appDefinition.json diff --git a/appDefinition.json b/appDefinition.json new file mode 100644 index 0000000..1acb231 --- /dev/null +++ b/appDefinition.json @@ -0,0 +1,20 @@ +{ + "scriptLanguage" : "OCTAVE", + "executableScriptName" : "sampleApp.m", + "inputFiles" : [ { + "dataType" : "double_vector", + "multiplicity" : { + "minCount" : 1, + "maxCount" : 1 + } + } ], + "inputParameters" : [ ], + "outputs" : [ { + "dataType" : "image_data", + "fileFormat" : "PNG", + "fileName" : "vectorPlot.png", + "isReturnedValue" : false + } ], + "requiredTools" : [ "octave" ], + "requiredComputationResources" : { } +} \ No newline at end of file