Skip to content

Commit d941f5b

Browse files
authored
Merge pull request #33 from openproblems-bio/dev
Dev
2 parents 75c6396 + 84d9132 commit d941f5b

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

scripts/create_test_resources/2023_10x_mouse_brain_xenium_rep1.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ cd "$REPO_ROOT"
88

99
set -e
1010

11-
if [ ! -d temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium ]; then
12-
mkdir -p temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium
11+
if [ ! -d temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium_rep1 ]; then
12+
mkdir -p temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium_rep1
1313
fi
1414
if [ ! -f temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium_rep1/Xenium_V1_FF_Mouse_Brain_MultiSection_1_outs.zip ]; then
1515
wget -O temp/datasets/10x_xenium/2023_10x_mouse_brain_xenium_rep1/Xenium_V1_FF_Mouse_Brain_MultiSection_1_outs.zip \
@@ -29,9 +29,9 @@ param_list:
2929
dataset_description: Demonstration of gene expression profiling for fresh frozen mouse brain on the Xenium platform using the pre-designed Mouse Brain Gene Expression Panel (v1).
3030
dataset_organism: mus_musculus
3131
crop_region_min_x: 10000
32-
crop_region_max_x: 12000
32+
crop_region_max_x: 11000
3333
crop_region_min_y: 10000
34-
crop_region_max_y: 12000
34+
crop_region_max_y: 11000
3535
3636
publish_dir: resources_test/common
3737
output_dataset: '\$id/dataset.zarr'

scripts/create_test_resources/test_pipeline.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ mkdir -p $OUT_DIR
1212

1313
# run dataset preprocessor
1414
viash run src/data_processors/process_dataset/config.vsh.yaml -- \
15+
--dataset_id mouse_brain_combined \
16+
--dataset_name "Test data mouse brain combined 2023 tenx Xenium replicate 1 2023 Yao scRNAseq" \
17+
--dataset_url "https://www.10xgenomics.com/datasets/fresh-frozen-mouse-brain-replicates-1-standard;https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE246717" \
18+
--dataset_reference "https://www.10xgenomics.com/datasets/fresh-frozen-mouse-brain-replicates-1-standard;10.1038/s41586-023-06812-z" \
19+
--dataset_summary "Demonstration of gene expression profiling for fresh frozen mouse brain on the Xenium platform using the pre-designed Mouse Brain Gene Expression Panel (v1);A high-resolution scRNAseq atlas of cell types in the whole mouse brain" \
20+
--dataset_description "Demonstration of gene expression profiling for fresh frozen mouse brain on the Xenium platform using the pre-designed Mouse Brain Gene Expression Panel (v1). Replicate results demonstrate the high reproducibility of data generated by the platform. 10x Genomics obtained tissue from a C57BL/6 mouse from Charles River Laboratories. Three adjacent 10µm sections were placed on the same slide. Tissues were prepared following the demonstrated protocols Xenium In Situ for Fresh Frozen Tissues - Tissue Preparation Guide (CG000579) and Xenium In Situ for Fresh Frozen Tissues - Fixation & Permeabilization (CG000581).;See dataset_reference for more information. Note that we only took the 10xv2 data from the dataset." \
21+
--dataset_organism "mus_musculus" \
1522
--input_sc $SC_DIR/dataset.h5ad \
1623
--input_sp $SP_DIR/dataset.zarr \
1724
--output_sc $OUT_DIR/scrnaseq_reference.h5ad \

src/datasets/loaders/tenx_xenium/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ runners:
6767
- type: executable
6868
- type: nextflow
6969
directives:
70-
label: [highmem, midcpu, midtime]
70+
label: [midmem, midcpu, midtime]

src/datasets/workflows/process_tenx_xenium/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ dependencies:
8282
runners:
8383
- type: nextflow
8484
directives:
85-
label: [highcpu, highmem, hightime]
85+
label: [highcpu, midmem, hightime]

src/datasets/workflows/process_wu_human_breast_cancer_sc/config.vsh.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ dependencies:
8888
repository: openproblems
8989
- name: datasets/processors/knn
9090
repository: openproblems
91-
- name: h5ad/extract_uns_metadata
92-
repository: core
91+
- name: utils/extract_uns_metadata
92+
repository: openproblems
93+
# - name: h5ad/extract_uns_metadata
94+
# repository: core
9395

9496
runners:
9597
- type: nextflow

0 commit comments

Comments
 (0)