Skip to content

Commit 81c4d37

Browse files
lazappircannood
andauthored
Fix repositories (#15)
* Update repositories * Fix whitespace * fix dependency --------- Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
1 parent 39ce911 commit 81c4d37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_viash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ config_mods: |
8080
.runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" }
8181
8282
repositories:
83-
- name: op
83+
- name: openproblems
8484
type: github
8585
repo: openproblems-bio/openproblems
8686
tag: build/main # Step 8: Set this to the latest release

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resources:
6363

6464
dependencies:
6565
- name: utils/extract_uns_metadata
66-
repository: op
66+
repository: openproblems
6767
- name: control_methods/true_labels
6868
- name: methods/logistic_regression
6969
- name: metrics/accuracy

0 commit comments

Comments
 (0)