@@ -17,21 +17,24 @@ services:
17
17
input data file", "type": "data:*/*"}, "input_5": {"displayOrder": 5, "label":
18
18
"Additional input data - optional", "description": "Any additional input
19
19
data file", "type": "data:*/*"}}}'
20
- io.simcore.integration-version : ' {"integration-version": "1.1 .0"}'
20
+ io.simcore.integration-version : ' {"integration-version": "1.0 .0"}'
21
21
io.simcore.key : ' {"key": "simcore/services/comp/osparc-python-runner"}'
22
22
io.simcore.name : ' {"name": "oSparc Python Runner"}'
23
23
io.simcore.outputs : ' {"outputs": {"output_1": {"displayOrder": 1, "label":
24
24
"Output data", "description": "The data produced by the script and saved
25
- under OUTPUT_FOLDER/output_1 as output_1.zip", "type": "data:*/*"}, "output_2":
26
- {"displayOrder": 2, "label": "Output data", "description": "The data produced
27
- by the script and saved under OUTPUT_FOLDER/output_2 as output_2.zip", "type":
28
- "data:*/*"}, "output_3": {"displayOrder": 3, "label": "Output data", "description":
29
- "The data produced by the script and saved under OUTPUT_FOLDER/output_3
30
- as output_3.zip", "type": "data:*/*"}, "output_4": {"displayOrder": 4, "label":
25
+ under OUTPUT_FOLDER/output_1 as output_1.zip", "type": "data:*/*", "fileToKeyMap":
26
+ {"output_1.zip": "output_1"}}, "output_2": {"displayOrder": 2, "label":
31
27
"Output data", "description": "The data produced by the script and saved
32
- under OUTPUT_FOLDER/output_4 as output_4.zip", "type": "data:*/*"}}}'
28
+ under OUTPUT_FOLDER/output_2 as output_2.zip", "type": "data:*/*", "fileToKeyMap":
29
+ {"output_2.zip": "output_2"}}, "output_3": {"displayOrder": 3, "label":
30
+ "Output data", "description": "The data produced by the script and saved
31
+ under OUTPUT_FOLDER/output_3 as output_3.zip", "type": "data:*/*", "fileToKeyMap":
32
+ {"output_3.zip": "output_3"}}, "output_4": {"displayOrder": 4, "label":
33
+ "Output data", "description": "The data produced by the script and saved
34
+ under OUTPUT_FOLDER/output_4 as output_4.zip", "type": "data:*/*", "fileToKeyMap":
35
+ {"output_4.zip": "output_4"}}}}'
33
36
io.simcore.type : ' {"type": "computational"}'
34
- io.simcore.version : ' {"version": "2.0 .0"}'
37
+ io.simcore.version : ' {"version": "1.4 .0"}'
35
38
org.label-schema.build-date : ${BUILD_DATE}
36
39
org.label-schema.schema-version : ' 1.0'
37
40
org.label-schema.vcs-ref : ${VCS_REF}
0 commit comments