Skip to content

Commit aeebd78

Browse files
committed
add cos support for image tiling
1 parent 6b08f96 commit aeebd78

File tree

8 files changed

+92
-426
lines changed

8 files changed

+92
-426
lines changed

component-library/input/image-tiling.cwl

Lines changed: 0 additions & 57 deletions
This file was deleted.

component-library/input/image-tiling.ipynb

Lines changed: 0 additions & 182 deletions
This file was deleted.

component-library/input/image-tiling.job.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

component-library/input/image-tiling.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

component-library/transform/image-tiling.cwl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ baseCommand: "claimed"
66
inputs:
77
component:
88
type: string
9-
default: docker.io/mdorzweiler/claimed-image-tiling:0.1
9+
default: docker.io/claimed/claimed-image-tiling:0.1
1010
inputBinding:
1111
position: 1
1212
prefix: --component
@@ -22,33 +22,33 @@ inputs:
2222
inputBinding:
2323
position: 3
2424
prefix: --directory_path
25-
pattern:
25+
destination:
2626
type: string
2727
default: None
2828
inputBinding:
2929
position: 4
30-
prefix: --pattern
30+
prefix: --destination
3131
tile_size_x:
32-
type: string
33-
default: None
32+
type: int
33+
default: 64
3434
inputBinding:
3535
position: 5
3636
prefix: --tile_size_x
3737
tile_size_y:
38-
type: string
39-
default: None
38+
type: int
39+
default: 64
4040
inputBinding:
4141
position: 6
4242
prefix: --tile_size_y
4343
stride_x:
44-
type: string
45-
default: None
44+
type: int
45+
default: 32
4646
inputBinding:
4747
position: 7
4848
prefix: --stride_x
4949
stride_y:
50-
type: string
51-
default: None
50+
type: int
51+
default: 32
5252
inputBinding:
5353
position: 8
5454
prefix: --stride_y

0 commit comments

Comments
 (0)