Skip to content

Commit

Permalink
fix project config again
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jul 19, 2024
1 parent adedfac commit a23c730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit a23c730

Please sign in to comment.