Skip to content

Commit

Permalink
fix dependencies benchmark wf
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Sep 19, 2024
1 parent cb2d71b commit a89ccb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ resources:
path: /_viash.yaml
dependencies:
- name: common/check_dataset_schema
repository: openproblems-v2
repository: openproblems
- name: common/extract_metadata
repository: openproblems-v2
repository: openproblems
- name: control_methods/no_denoising
- name: control_methods/perfect_denoising
- name: methods/alra
Expand All @@ -65,9 +65,9 @@ dependencies:
- name: metrics/mse
- name: metrics/poisson
repositories:
- name: openproblems-v2
- name: openproblems
type: github
repo: openproblems-bio/openproblems-v2
tag: main_build
repo: openproblems-bio/openproblems
tag: build/main
runners:
- type: nextflow

0 comments on commit a89ccb1

Please sign in to comment.