From ec1e6ed67aec0e7755e372ea4286874d9377be08 Mon Sep 17 00:00:00 2001 From: SarahOuologuem Date: Thu, 14 Mar 2024 09:38:55 +0000 Subject: [PATCH] fix curl cmd --- .github/workflows/spatial_ingestion_merfish-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spatial_ingestion_merfish-ci.yml b/.github/workflows/spatial_ingestion_merfish-ci.yml index 3ba9c855..0d538585 100644 --- a/.github/workflows/spatial_ingestion_merfish-ci.yml +++ b/.github/workflows/spatial_ingestion_merfish-ci.yml @@ -58,11 +58,11 @@ jobs: run: | mkdir spatial spatial/ingestion_merfish spatial/ingestion_merfish/data cd spatial/ingestion_merfish/data - curl -O datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_cell_by_gene_S1R1.csv https://figshare.com/ndownloader/files/45028624 - curl -O datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_cell_metadata_S1R1.csv https://figshare.com/ndownloader/files/45028621 + curl -O https://figshare.com/ndownloader/files/45028624 + curl -O https://figshare.com/ndownloader/files/45028621 mkdir images cd images - curl -O datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_images_micron_to_mosaic_pixel_transform.csv https://figshare.com/ndownloader/files/45028645 + curl -O https://figshare.com/ndownloader/files/45028645 # Note: we run the following to test that the commands works