From fbf90420452c45db22b699af0fcc12e3a7f2e963 Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:05:45 +0000 Subject: [PATCH 1/2] Automatically include resources labels during build --- _viash.yaml | 2 ++ 1 file changed, 2 insertions(+) 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")' From aa15343e6c484a5362d55978984b9db17ae57748 Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:10:15 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 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