From c5b23c4e19511e68a68e3e19f104400c856bb88d Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Thu, 17 Mar 2022 12:03:30 +0100 Subject: [PATCH] Updated appDefinition.json with output file name and copyright --- appDefinition.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/appDefinition.json b/appDefinition.json index 0e6ad22..031533c 100644 --- a/appDefinition.json +++ b/appDefinition.json @@ -1,3 +1,10 @@ +// ----------------- +// Copyright © 2022 ACK Cyfronet AGH, Poland. +// ----------------- +// +// Sample application definition created for demonstration of creating custom applications functionality +// See also https://docs.cyfronet.pl/display/ISDOC/Creating+Custom+Applications +// { "scriptLanguage" : "OCTAVE", "executableScriptName" : "sampleApp1.m", @@ -10,14 +17,12 @@ } ], "inputParameters" : [ { "type" : "INTEGER", - "name" : "multiplicator" + "name" : "Multiplicator" } ], "outputs" : [ { "dataType" : "image_data", "fileFormat" : "PNG", - "fileName" : "vectorPlot.png", - "isReturnedValue" : false + "fileName" : "multipliedVec.png" } ], - "requiredTools" : [ "octave" ], - "requiredComputationResources" : { } + "requiredTools" : [ "octave" ] } \ No newline at end of file