Files
demultiplex/_viash.yaml
CI 60ee0cd261 Build branch main with version main (9f37358)
Build pipeline: viash-hub.demultiplex.main-f597w

Source commit: 9f37358ebf

Source message: Minor adjustments to CHANGELOG and README (#45)
2025-04-25 12:20:54 +00:00

21 lines
664 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-test-data/demultiplex/v2/
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")'