Skip to content
Open
11 changes: 10 additions & 1 deletion .github/workflows/prepare_test_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
schedule:
- cron: "0 0 1 * *" # run once a month to prevent artifact expiration
workflow_dispatch:
# uncomment and adjust the branch name if you need to add new datasets to the artifact
# Uncomment and adjust the branch name if you need to add new datasets to the artifact.
# It needs to be a branch in the spatialdata-io origin repository, not from a fork.
# push:
# branches:
# - main
Expand Down Expand Up @@ -57,6 +58,14 @@ jobs:
# Spatial Genomics seqFISH v2
curl -O https://s3.embl.de/spatialdata/raw_data/seqfish-2-test-dataset.zip

# -------
# MACSima OMAP datasets are licensed as CC BY 4.0
# OMAP23 for format v1.x.x
curl -o OMAP23_small.zip "https://zenodo.org/api/records/18196452/files-archive"

# OMAP10 for format v0.x.x
curl -o OMAP10_small.zip "https://zenodo.org/api/records/18196366/files-archive"

- name: Unzip files
run: |
cd ./data
Expand Down
Loading
Loading