diff --git a/_viash.yaml b/_viash.yaml index b3fa2d6..c171bca 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -80,7 +80,7 @@ config_mods: | .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" } repositories: - - name: op + - name: openproblems type: github repo: openproblems-bio/openproblems tag: build/main # Step 8: Set this to the latest release diff --git a/src/workflows/run_benchmark/config.vsh.yaml b/src/workflows/run_benchmark/config.vsh.yaml index ba1e167..4c1602d 100644 --- a/src/workflows/run_benchmark/config.vsh.yaml +++ b/src/workflows/run_benchmark/config.vsh.yaml @@ -63,7 +63,7 @@ resources: dependencies: - name: utils/extract_uns_metadata - repository: op + repository: openproblems - name: control_methods/true_labels - name: methods/logistic_regression - name: metrics/accuracy