Skip to content

Commit 61147b0

Browse files
committed
add macsima ci datasets
1 parent c367e62 commit 61147b0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/prepare_test_data.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ jobs:
5757
# Spatial Genomics seqFISH v2
5858
curl -O https://s3.embl.de/spatialdata/raw_data/seqfish-2-test-dataset.zip
5959
60+
# -------
61+
# MACSima OMAP datasets are licensed as CC BY 4.0
62+
# OMAP23 for format v1.x.x
63+
curl -o OMAP23_small.zip "https://zenodo.org/api/records/18196452/files-archive"
64+
65+
# OMAP10 for format v0.x.x
66+
curl -o OMAP10_small.zip "https://zenodo.org/api/records/18196366/files-archive"
67+
6068
- name: Unzip files
6169
run: |
6270
cd ./data

0 commit comments

Comments
 (0)