Add 'appDefinition.json'
This commit is contained in:
parent
a520684903
commit
1db8375b36
19
appDefinition.json
Normal file
19
appDefinition.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"scriptLanguage" : "MATLAB",
|
||||
"executableScriptName" : "my_app.m",
|
||||
"functionName" : "my_app",
|
||||
"inputFiles" : [ {
|
||||
"dataType" : "time_series",
|
||||
"multiplicity" : {
|
||||
"minCount" : 1,
|
||||
"maxCount" : 1
|
||||
}
|
||||
} ],
|
||||
"inputParameters" : [ "INTEGER", "DOUBLE" ],
|
||||
"outputs" : [ {
|
||||
"dataType" : "gdf",
|
||||
"fileName" : "out.mat"
|
||||
} ],
|
||||
"requiredTools" : [ "matlab" ],
|
||||
"requiredComputationResources" : { }
|
||||
}
|
Loading…
Reference in New Issue
Block a user