From 2155fcebdd385e4db05b212bc5b988132bafb3a3 Mon Sep 17 00:00:00 2001 From: LouisK92 <37270609+LouisK92@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:07:38 +0200 Subject: [PATCH] Correct file types for area calc output and norm by area input --- src/cell_volume_methods/alpha_shapes/config.vsh.yaml | 2 +- src/normalisation_methods/normalise_by_volume/config.vsh.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cell_volume_methods/alpha_shapes/config.vsh.yaml b/src/cell_volume_methods/alpha_shapes/config.vsh.yaml index 47d5ceab..f71bceac 100644 --- a/src/cell_volume_methods/alpha_shapes/config.vsh.yaml +++ b/src/cell_volume_methods/alpha_shapes/config.vsh.yaml @@ -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 diff --git a/src/normalisation_methods/normalise_by_volume/config.vsh.yaml b/src/normalisation_methods/normalise_by_volume/config.vsh.yaml index d7000b18..9f9e1906 100644 --- a/src/normalisation_methods/normalise_by_volume/config.vsh.yaml +++ b/src/normalisation_methods/normalise_by_volume/config.vsh.yaml @@ -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