Files

25 lines
639 B
JSON
Raw Permalink Normal View History

2026-04-07 11:33:11 +02:00
{
"scriptLanguage" : "PYTHON",
"executableScriptName" : "sample_app.py",
"inputFiles" : [ {
"dataType" : "text_data",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 2147483647
}
} ],
"inputParameters" : [ {
"type" : "INTEGER",
"name" : "multiplier",
"optional" : false
} ],
"outputs" : [ {
"dataType" : "image_data",
"fileFormat" : "PNG",
"fileName" : "multiplied_numbers_plot.png",
"isReturnedValue" : false
} ],
"containsEnvironmentDescription" : false,
"requiredTools" : [ "python3", "python-matplotlib", "python-numpy" ],
"requiredComputationResources" : { }
}