Skip to content

Commit e793a1b

Browse files
Merge pull request #336 from scverse/add/visium-hd-test-datasets
Add visium hd test datasets
2 parents c6d659e + 7fc87e2 commit e793a1b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/prepare_test_data.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
mkdir -p ./data
2222
cd ./data
2323
24-
# the datasets are licensed as CC BY 4.0, as shown here
24+
# -------
25+
# the Xenium datasets are licensed as CC BY 4.0, as shown here
2526
# https://www.10xgenomics.com/support/software/xenium-onboard-analysis/latest/resources/xenium-example-data
2627
2728
# 10x Genomics Xenium 2.0.0
@@ -44,6 +45,15 @@ jobs:
4445
# 10x Genomics Xenium 4.0.0 (v1+Protein) Human kidney, multimodal cell segmentation
4546
curl -O https://cf.10xgenomics.com/samples/xenium/4.0.0/Xenium_V1_Protein_Human_Kidney_tiny/Xenium_V1_Protein_Human_Kidney_tiny_outs.zip
4647
48+
# -------
49+
# the Visium HD dataset is licensed as CC BY 4.0, as shown here
50+
# https://www.10xgenomics.com/support/software/space-ranger/latest/resources/visium-hd-example-data
51+
52+
# 10x Genomics Visium HD 4.0.1 3' Mouse Brain
53+
curl -O https://cf.10xgenomics.com/samples/spatial-exp/4.0.1/Visium_HD_Tiny_3prime_Dataset/Visium_HD_Tiny_3prime_Dataset_outs.zip
54+
55+
# -------
56+
# we received written permission to make the following dataset public and integrate it in the CI system of spatialdata-io
4757
# Spatial Genomics seqFISH v2
4858
curl -O https://s3.embl.de/spatialdata/raw_data/seqfish-2-test-dataset.zip
4959

0 commit comments

Comments
 (0)