Skip to content

Commit

Permalink
Use local test resource in run_test_local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Dec 16, 2024
1 parent d7fc0a1 commit 4adb095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_benchmark/run_test_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_dir="resources/results/${RUN_ID}"

# write the parameters to file
cat > /tmp/params.yaml << HERE
input_states: s3://openproblems-data/resources_test/task_label_projection/**/state.yaml
input_states: resources_test/task_label_projection/**/state.yaml
rename_keys: 'input_train:output_train;input_test:output_test;input_solution:output_solution'
output_state: "state.yaml"
publish_dir: "$publish_dir"
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ methods = [
scimilarity_knn.run(
args: [model: file("s3://openproblems-work/cache/scimilarity-model_v1.1.tar.gz")]
),
scgpt_zero_shot,
seurat_transferdata,
singler,
xgboost,
scgpt_zero_shot
]

metrics = [
Expand Down

0 comments on commit 4adb095

Please sign in to comment.