Skip to content

Commit

Permalink
Correct file types for area calc output and norm by area input
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisK92 committed Sep 17, 2024
1 parent b0aa845 commit 2155fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cell_volume_methods/alpha_shapes/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arguments:
- name: --output
required: true
direction: output
__merge__: /src/api/file_spatialdata_assigned.yaml
__merge__: /src/api/file_cell_volumes.yaml

resources:
- type: python_script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ arguments:
type: file
description: H5ad with an obs column of cell volumes calculated from spatial transcriptomics data.
required: true
__merge__: /src/api/file_cell_volumes.yaml
- name: --output
required: true
direction: output
Expand Down

0 comments on commit 2155fce

Please sign in to comment.