Skip to content

Commit

Permalink
rename data files
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Nov 26, 2024
1 parent 72f5d5b commit afd6378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spatial_ingestion_merfish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
run: |
mkdir spatial spatial/ingestion_merfish spatial/ingestion_merfish/data
cd spatial/ingestion_merfish/data
curl -L -o datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_cell_by_gene_S1R1.csv https://figshare.com/ndownloader/files/45028624
curl -L -o datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_cell_metadata_S1R1.csv https://figshare.com/ndownloader/files/45028621
curl -L -o cell_by_gene.csv https://figshare.com/ndownloader/files/45028624
curl -L -o cell_metadata.csv https://figshare.com/ndownloader/files/45028621
mkdir images
cd images
curl -L -o datasets_mouse_brain_map_BrainReceptorShowcase_Slice1_Replicate1_images_micron_to_mosaic_pixel_transform.csv https://figshare.com/ndownloader/files/45028645
curl -L -o micron_to_mosaic_pixel_transform.csv https://figshare.com/ndownloader/files/45028645
# Note: we run the following to test that the commands works
Expand Down

0 comments on commit afd6378

Please sign in to comment.