Skip to content

Commit 44f6171

Browse files
committed
fix scripts and components
1 parent dc39223 commit 44f6171

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

scripts/create_resources/process_allen_brain_cell_atlas_brain.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd "$REPO_ROOT"
88

99
set -e
1010

11-
publish_dir="s3://openproblems-data/resource/datasets"
11+
publish_dir="s3://openproblems-data/resources/datasets"
1212

1313
cat > /tmp/params.yaml << HERE
1414
param_list:
@@ -53,3 +53,7 @@ tw launch https://github.com/openproblems-bio/task_ist_preprocessing.git \
5353
--params-file /tmp/params.yaml \
5454
--config common/nextflow_helpers/labels_tw.config \
5555
--labels datasets,allen_brain_cell_atlas
56+
57+
aws s3 sync \
58+
s3://openproblems-data/resources/datasets/allen_brain_cell_atlas/2023_yao_mouse_brain_scrnaseq_10xv2 \
59+
resources/datasets/allen_brain_cell_atlas/2023_yao_mouse_brain_scrnaseq_10xv2

scripts/create_resources/process_datasets.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ tw launch https://github.com/openproblems-bio/task_ist_preprocessing.git \
3737
--workspace 53907369739130 \
3838
--compute-env 6TeIFgV5OY4pJCk8I0bfOh \
3939
--params-file /tmp/params.yaml \
40-
--entry-name auto \
4140
--config common/nextflow_helpers/labels_tw.config \
4241
--labels task_ist_preprocessing,process_datasets

scripts/create_test_resources/test_pipeline.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ mkdir -p $OUT_DIR
1212

1313
# run dataset preprocessor
1414
viash run src/data_processors/process_dataset/config.vsh.yaml -- \
15-
--input_scrnaseq $SC_DIR/dataset.h5ad \
16-
--input_ist $SP_DIR/dataset.zarr \
17-
--output_scrnaseq $OUT_DIR/scrnaseq_reference.h5ad \
18-
--output_ist $OUT_DIR/raw_ist.zarr
15+
--input_sc $SC_DIR/dataset.h5ad \
16+
--input_sp $SP_DIR/dataset.zarr \
17+
--output_sc $OUT_DIR/scrnaseq_reference.h5ad \
18+
--output_sp $OUT_DIR/raw_ist.zarr
1919

2020
# run a segmentation method
2121
viash run src/methods_segmentation/custom_segmentation/config.vsh.yaml -- \

src/data_processors/process_dataset/config.vsh.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ engines:
1717
runners:
1818
- type: executable
1919
- type: nextflow
20+
directives:
21+
label: [lowcpu, highmem, hightime]

0 commit comments

Comments
 (0)