Skip to content

Commit

Permalink
change task_info to _viash in benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 12, 2024
1 parent 6b5f7b7 commit 49d0370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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}
Expand Down

0 comments on commit 49d0370

Please sign in to comment.