Skip to content

Commit

Permalink
Fix paths in benchmark config
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jul 11, 2024
1 parent 6510489 commit 9645f2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,7 +59,7 @@ resources:
path: main.nf
entrypoint: run_wf
- type: file
path: "../_viash.yaml"
path: /_viash.yaml

repositories:
- name: openproblems-v2
Expand Down

0 comments on commit 9645f2b

Please sign in to comment.