@@ -17,21 +17,24 @@ services:
1717 input data file", "type": "data:*/*"}, "input_5": {"displayOrder": 5, "label":
1818 "Additional input data - optional", "description": "Any additional input
1919 data file", "type": "data:*/*"}}}'
20- io.simcore.integration-version : ' {"integration-version": "1.1 .0"}'
20+ io.simcore.integration-version : ' {"integration-version": "1.0 .0"}'
2121 io.simcore.key : ' {"key": "simcore/services/comp/osparc-python-runner"}'
2222 io.simcore.name : ' {"name": "oSparc Python Runner"}'
2323 io.simcore.outputs : ' {"outputs": {"output_1": {"displayOrder": 1, "label":
2424 "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":
3127 "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"}}}}'
3336 io.simcore.type : ' {"type": "computational"}'
34- io.simcore.version : ' {"version": "2.0 .0"}'
37+ io.simcore.version : ' {"version": "1.4 .0"}'
3538 org.label-schema.build-date : ${BUILD_DATE}
3639 org.label-schema.schema-version : ' 1.0'
3740 org.label-schema.vcs-ref : ${VCS_REF}
0 commit comments