Files
demultiplex/_viash.yaml
CI bec165a0b1 Build branch fix_no_index_case with version fix_no_index_case (0d541bd)
Build pipeline: viash-hub.demultiplex.fix-no-index-case-zfwgv

Source commit: 0d541bdf2f

Source message: Fix path of test script
2025-05-26 10:14:54 +00:00

21 lines
663 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/v3
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")'