Skip to content

Commit

Permalink
fix curl cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 14, 2024
1 parent f597983 commit ec1e6ed
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 -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
Expand Down

0 comments on commit ec1e6ed

Please sign in to comment.