Skip to content

Commit

Permalink
add cos support for image tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
romeokienzler committed Jun 14, 2024
1 parent 6b08f96 commit aeebd78
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 426 deletions.
57 changes: 0 additions & 57 deletions component-library/input/image-tiling.cwl

This file was deleted.

182 changes: 0 additions & 182 deletions component-library/input/image-tiling.ipynb

This file was deleted.

30 changes: 0 additions & 30 deletions component-library/input/image-tiling.job.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions component-library/input/image-tiling.yaml

This file was deleted.

22 changes: 11 additions & 11 deletions component-library/transform/image-tiling.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ baseCommand: "claimed"
inputs:
component:
type: string
default: docker.io/mdorzweiler/claimed-image-tiling:0.1
default: docker.io/claimed/claimed-image-tiling:0.1
inputBinding:
position: 1
prefix: --component
Expand All @@ -22,33 +22,33 @@ inputs:
inputBinding:
position: 3
prefix: --directory_path
pattern:
destination:
type: string
default: None
inputBinding:
position: 4
prefix: --pattern
prefix: --destination
tile_size_x:
type: string
default: None
type: int
default: 64
inputBinding:
position: 5
prefix: --tile_size_x
tile_size_y:
type: string
default: None
type: int
default: 64
inputBinding:
position: 6
prefix: --tile_size_y
stride_x:
type: string
default: None
type: int
default: 32
inputBinding:
position: 7
prefix: --stride_x
stride_y:
type: string
default: None
type: int
default: 32
inputBinding:
position: 8
prefix: --stride_y
Expand Down
Loading

0 comments on commit aeebd78

Please sign in to comment.