We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c367e62 + 61147b0 commit c06b53fCopy full SHA for c06b53f
.github/workflows/prepare_test_data.yaml
@@ -57,6 +57,14 @@ jobs:
57
# Spatial Genomics seqFISH v2
58
curl -O https://s3.embl.de/spatialdata/raw_data/seqfish-2-test-dataset.zip
59
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
68
- name: Unzip files
69
run: |
70
cd ./data
0 commit comments