Build pipeline: viash-hub.demultiplex.main-f597w
Source commit: 9f37358ebf
Source message: Minor adjustments to CHANGELOG and README (#45)
21 lines
664 B
YAML
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")'
|