From 358da951ccc97fd98dabd09d223643c18ad25b81 Mon Sep 17 00:00:00 2001 From: SarahOuologuem Date: Tue, 14 Jan 2025 11:51:14 +0100 Subject: [PATCH] adjust to spatialData --- .github/workflows/spatial_deconvolution-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spatial_deconvolution-ci.yml b/.github/workflows/spatial_deconvolution-ci.yml index b22e40da..ac964e32 100644 --- a/.github/workflows/spatial_deconvolution-ci.yml +++ b/.github/workflows/spatial_deconvolution-ci.yml @@ -60,7 +60,9 @@ jobs: cd deconvolution/data curl -L -o Human_Heart_reference.h5mu https://figshare.com/ndownloader/files/44969677 cd spatial_data - curl -L -o Human_Heart.h5mu https://figshare.com/ndownloader/files/44969488 + curl -L -o Human_Heart.zarr.zip https://figshare.com/ndownloader/files/51667673 + unzip Human_Heart.zarr.zip + rm Human_Heart.zarr.zip # Note: we run the following to test that the commands works