diff --git a/src/workflows/run_benchmark/config.vsh.yaml b/src/workflows/run_benchmark/config.vsh.yaml index e62a12b..f298617 100644 --- a/src/workflows/run_benchmark/config.vsh.yaml +++ b/src/workflows/run_benchmark/config.vsh.yaml @@ -5,17 +5,17 @@ argument_groups: - name: Inputs arguments: - name: "--input_train" - __merge__: /src/tasks/label_projection/api/file_train.yaml + __merge__: /src/api/file_train_h5ad.yaml type: file direction: input required: true - name: "--input_test" - __merge__: /src/tasks/label_projection/api/file_test.yaml + __merge__: /src/api/file_test_h5ad.yaml type: file direction: input required: true - name: "--input_solution" - __merge__: /src/tasks/label_projection/api/file_solution.yaml + __merge__: /src/api/file_solution.yaml type: file direction: input required: true @@ -59,7 +59,7 @@ resources: path: main.nf entrypoint: run_wf - type: file - path: "../_viash.yaml" + path: /_viash.yaml repositories: - name: openproblems-v2