diff --git a/src/workflows/run_benchmark/config.vsh.yaml b/src/workflows/run_benchmark/config.vsh.yaml index 02ee2ae..3d1b6bc 100644 --- a/src/workflows/run_benchmark/config.vsh.yaml +++ b/src/workflows/run_benchmark/config.vsh.yaml @@ -50,7 +50,7 @@ resources: path: main.nf entrypoint: run_wf - type: file - path: "../../api/task_info.yaml" + path: /_viash.yaml dependencies: - name: common/check_dataset_schema repository: openproblems-v2 diff --git a/src/workflows/run_benchmark/main.nf b/src/workflows/run_benchmark/main.nf index 600fc12..14d2494 100644 --- a/src/workflows/run_benchmark/main.nf +++ b/src/workflows/run_benchmark/main.nf @@ -153,7 +153,7 @@ workflow run_wf { def metric_configs_file = tempFile("metric_configs.yaml") metric_configs_file.write(metric_configs_yaml_blob) - def task_info_file = meta.resources_dir.resolve("task_info.yaml") + def task_info_file = meta.resources_dir.resolve("_viash.yaml") // store the scores in a file def score_uns = states.collect{it.score_uns}