diff --git a/_viash.yaml b/_viash.yaml index 6f5531bbd..64e32395c 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -7,8 +7,8 @@ config_mods: | .functionality.version := 'dev' .functionality.arguments[.multiple == true].multiple_sep := ';' .platforms[.type == 'docker'].target_registry := 'ghcr.io' - .platforms[.type == 'docker'].target_organization := 'openproblems-bio/task_grn_benchmark' - .platforms[.type == 'docker'].target_image_source := 'https://github.com/openproblems-bio/task-grn-benchmark' + .platforms[.type == 'docker'].target_organization := 'openproblems-bio/task_grn_inference' + .platforms[.type == 'docker'].target_image_source := 'https://github.com/openproblems-bio/task_grn_inference' .platforms[.type == "nextflow"].directives.tag := "$id" .platforms[.type == "nextflow"].auto.simplifyOutput := false .platforms[.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" }