Skip to content

Commit

Permalink
Automatically include resources labels during build (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Dec 20, 2024
1 parent 798e361 commit d7d3b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")'

0 comments on commit d7d3b3e

Please sign in to comment.