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