2025-09-03 13:23:47 +00:00
|
|
|
name: demultiplex
|
2025-09-11 10:12:59 +00:00
|
|
|
version: v0.5.1
|
2025-09-03 13:23:47 +00:00
|
|
|
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'}
|
2025-09-11 10:12:59 +00:00
|
|
|
.runners[.type == 'nextflow'].config.script += 'includeConfig("nextflow_labels.config")'
|
2025-09-03 13:23:47 +00:00
|
|
|
.resources += {path: '/_viash.yaml', dest: '_viash.yaml'}
|
|
|
|
|
organization: vsh
|