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")'