Files
demultiplex/target/nextflow/runner/_viash.yaml
CI 7cc9c95cb1 Build branch v0.4 with version v0.4.4 (02d0c0b)
Build pipeline: viash-hub.demultiplex.v0.4-z4www

Source commit: 02d0c0b168

Source message: Bump version to v0.4.4
2025-08-11 07:32:55 +00:00

22 lines
755 B
YAML

name: demultiplex
version: v0.4.4
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'}
organization: vsh