Skip to content

Commit d9108a8

Browse files
committed
add config mods
1 parent 2fbc48a commit d9108a8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_viash.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
viash_version: 0.8.6
1+
viash_version: 0.8.6
2+
3+
config_mods: |
4+
.functionality.version := 'dev'
5+
.functionality.arguments[.multiple == true].multiple_sep := ';'
6+
.platforms[.type == 'docker'].target_registry := 'ghcr.io'
7+
.platforms[.type == 'docker'].target_organization := 'saeyslab/spatial_ccc_experiments'
8+
.platforms[.type == 'docker'].target_image_source := 'https://github.com/saeyslab/spatial_ccc_experiments'
9+
.platforms[.type == "nextflow"].directives.tag := "$id"
10+
.platforms[.type == "nextflow"].auto.simplifyOutput := false
11+
.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" }
12+
.platforms[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"

0 commit comments

Comments
 (0)