Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cos support for image tiling #275

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading