We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27905b1 commit 6822307Copy full SHA for 6822307
1 file changed
.github/workflows/prepare_test_data.yaml
@@ -21,6 +21,9 @@ jobs:
21
mkdir -p ./data
22
cd ./data
23
24
+ # the datasets are licensed as CC BY 4.0, as shown here
25
+ # https://www.10xgenomics.com/support/software/xenium-onboard-analysis/latest/resources/xenium-example-data
26
+
27
# 10x Genomics Xenium 2.0.0
28
curl -O https://cf.10xgenomics.com/samples/xenium/2.0.0/Xenium_V1_human_Breast_2fov/Xenium_V1_human_Breast_2fov_outs.zip
29
curl -O https://cf.10xgenomics.com/samples/xenium/2.0.0/Xenium_V1_human_Lung_2fov/Xenium_V1_human_Lung_2fov_outs.zip
0 commit comments