-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: ordonez <[email protected]>
- Loading branch information
1 parent
3b9395d
commit 7cf2098
Showing
5 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,20 @@ name: VTK Converter | |
key: simcore/services/comp/vtk-converter | ||
type: computational | ||
integration-version: 1.0.0 | ||
version: 0.1.0 | ||
version: 0.1.1 | ||
description: Module to convert .vtk files to their .stl and .oents | ||
contact: [email protected] | ||
thumbnail: https://github.com/ITISFoundation/osparc-assets/blob/cb43207b6be2f4311c93cd963538d5718b41a023/assets/default-thumbnail-cookiecutter-osparc-service.png?raw=true | ||
authors: | ||
- name: Shailesh Appukuttan | ||
email: [email protected] | ||
affiliation: INT, Aix-Marseille University, France | ||
- name: Shailesh Appukuttan | ||
email: [email protected] | ||
affiliation: INT, Aix-Marseille University, France | ||
inputs: | ||
input_1: | ||
displayOrder: 1 | ||
label: source .vtk file | ||
description: vtk file to be converted | ||
type: data:*/* | ||
|
||
outputs: | ||
output_1: | ||
displayOrder: 1 | ||
|
@@ -32,5 +31,3 @@ outputs: | |
type: data:*/* | ||
fileToKeyMap: | ||
scaffold.stl: output_2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
0.1.0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ services: | |
io.simcore.description: '{"description":"Module to convert .vtk files to their | ||
.stl and .oents"}' | ||
io.simcore.key: '{"key":"simcore/services/comp/vtk-converter"}' | ||
io.simcore.version: '{"version":"0.1.0"}' | ||
io.simcore.version: '{"version":"0.1.1"}' | ||
io.simcore.integration-version: '{"integration-version":"1.0.0"}' | ||
io.simcore.type: '{"type":"computational"}' | ||
io.simcore.authors: '{"authors":[{"name":"Shailesh Appukuttan","email":"[email protected]","affiliation":"INT, | ||
|
@@ -21,11 +21,11 @@ services: | |
io.simcore.outputs: '{"outputs":{"output_1":{"displayOrder":1.0,"label":".obj | ||
file","description":"Converted .obj file","type":"data:*/*","fileToKeyMap":{"scaffold.obj":"output_1"}},"output_2":{"displayOrder":2.0,"label":".stl | ||
file","description":"Converted .stl file","type":"data:*/*","fileToKeyMap":{"scaffold.stl":"output_2"}}}}' | ||
org.label-schema.build-date: 2024-08-12T19:47:21+0000 | ||
org.label-schema.build-date: 2024-08-22T09:27:02+0000 | ||
org.label-schema.schema-version: '1.0' | ||
org.label-schema.vcs-ref: '' | ||
org.label-schema.vcs-url: '' | ||
simcore.service.restart-policy: no-restart | ||
simcore.service.settings: '[{"name":"Resources","type":"Resources","value":{"Limits":{"NanoCPUs":1000000000,"MemoryBytes":2147483648}}}]' | ||
target: production | ||
image: simcore/services/comp/vtk-converter:0.1.0 | ||
image: simcore/services/comp/vtk-converter:0.1.1 |