From 97e17fae135319d6c8923b6a421e60a8e7bd62f0 Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Tue, 7 Dec 2021 16:11:25 +0100 Subject: [PATCH] Add 'appDefinition.json' --- appDefinition.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 appDefinition.json diff --git a/appDefinition.json b/appDefinition.json new file mode 100644 index 0000000..8e7b101 --- /dev/null +++ b/appDefinition.json @@ -0,0 +1,19 @@ +{ + "scriptLanguage" : "MATLAB", + "executableScriptName" : "Test_2_43_2.m", + "functionName" : "Test_2_43_2", + "inputFiles" : [ { + "dataType" : "catalog", + "multiplicity" : { + "minCount" : 1, + "maxCount" : 1 + } + } ], + "inputParameters" : [ ], + "outputs" : [ { + "dataType" : "catalog", + "fileName" : "Catalog2.mat" + } ], + "requiredTools" : [ "matlab" ], + "requiredComputationResources" : { } +} \ No newline at end of file