Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 20, 2024
1 parent df4a6bc commit 8d23fb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_resources/2023_yao_mouse_brain_scrnaseq_10xv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ param_list:
dataset_organism: mus_musculus
do_subsample: true
n_obs: 500
n_vars: 2000
n_obs: 400
n_vars: 10000
output_dataset: "\$id/dataset.h5ad"
output_meta: "\$id/dataset_meta.yaml"
Expand Down
4 changes: 4 additions & 0 deletions scripts/test_resources/test_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -e

OUT_DIR="resources_test/task_ist_preprocessing/mouse_brain_combined"

rm -rf $OUT_DIR
mkdir -p $OUT_DIR


# run dataset preprocessor
viash run src/data_processors/process_dataset/config.vsh.yaml -- \
--input_scrnaseq resources_test/common/2023_yao_mouse_brain_scrnaseq_10xv2/dataset.h5ad \
Expand Down

0 comments on commit 8d23fb8

Please sign in to comment.