Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jan 30, 2025
1 parent ae69889 commit 6dc6678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/create_resources/test_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkdir -p $DATASET_DIR
python << HERE
import anndata as ad
adata = ad.read_h5ad("resources_test/task_cyto_batch_integration/starter_file/original_dataset.h5ad")
adata = ad.read_h5ad("resources_test/task_cyto_batch_integration/starter_file/common_dataset.h5ad")
channelsofinterest = ['UV379-A',
'UV515-A',
Expand Down
1 change: 0 additions & 1 deletion scripts/run_benchmark/run_test_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ nextflow run . \
--input_unintegrated_censored resources_test/task_cyto_batch_integration/starter_file/unintegrated_censored.h5ad \
--input_unintegrated resources_test/task_cyto_batch_integration/starter_file/unintegrated.h5ad \
--input_validation resources_test/task_cyto_batch_integration/starter_file/validation.h5ad \
--samples_to_compare "Tube1_Batch1_WT;Tube1_Batch2_WT" \
--output_state state.yaml \
--publish_dir "$publish_dir"

0 comments on commit 6dc6678

Please sign in to comment.