Files
demultiplex/_viash.yaml
CI cfc052494d Build branch bump_viash_0_9_3 with version bump_viash_0_9_3 (320b61e)
Build pipeline: viash-hub.demultiplex.bump-viash-0-9-3-587d9

Source commit: 320b61ec80

Source message: Add CHANGELOG
2025-04-22 11:46:36 +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.3
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")'