-
Notifications
You must be signed in to change notification settings - Fork 1
/
_viash.yaml
12 lines (11 loc) · 909 Bytes
/
_viash.yaml
1
2
3
4
5
6
7
8
9
10
11
12
viash_version: 0.8.6
config_mods: |
.functionality.version := 'dev'
.functionality.arguments[.multiple == true].multiple_sep := ';'
.platforms[.type == 'docker'].target_registry := 'ghcr.io'
.platforms[.type == 'docker'].target_organization := 'saeyslab/spatial_ccc_experiments'
.platforms[.type == 'docker'].target_image_source := 'https://github.com/saeyslab/spatial_ccc_experiments'
.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" }
.platforms[.type == "nextflow"].config.script := "process.errorStrategy = 'ignore'"