Files
demultiplex/target/nextflow/io/publish/_viash.yaml
CI abe9c15aef Build branch main with version main (88d11c3)
Build pipeline: viash-hub.demultiplex.main-qmhzd

Source commit: 88d11c3926

Source message: Package config introspection improvement (#53)

* Make _viash.yaml available to all components and workflows for introspection
* Update integration test for runner
2025-07-25 08:51:07 +00:00

22 lines
753 B
YAML

name: demultiplex
description: |
Demultiplexing pipeline
license: MIT
keywords: [bioinformatics, sequence, demultiplexing, pipeline]
links:
issue_tracker: https://github.com/viash-hub/demultiplex/issues
repository: https://github.com/viash-hub/demultiplex
info:
test_resources:
- path: gs://viash-hub-resources/demultiplex/v4
dest: testData
viash_version: 0.9.4
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")'
.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}
version: main
organization: vsh