From d7d3b3e1de64f07a8b161b68a60098103ff691fb Mon Sep 17 00:00:00 2001 From: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:14:44 +0100 Subject: [PATCH] Automatically include resources labels during build (#32) --- CHANGELOG.md | 6 ++++++ _viash.yaml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9d989..68ac6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# demultiplex v0.3.4 + +## Minor updates + +* Resource labels are now automatically included during build (PR #32). + # demultiplex v0.3.3 ## Breaking change diff --git a/_viash.yaml b/_viash.yaml index a0e3528..5c86251 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -16,3 +16,5 @@ viash_version: 0.9.0 config_mods: | .requirements.commands := ['ps'] .runners[.type == 'nextflow'].directives.tag := '$id' + .resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'} + .runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'