2024-06-24 12:48:53 +00:00
|
|
|
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:
|
2024-10-08 12:39:21 +00:00
|
|
|
- path: gs://viash-hub-test-data/demultiplex/v2/
|
|
|
|
|
dest: testData
|
2024-06-24 12:48:53 +00:00
|
|
|
|
2025-04-25 12:20:54 +00:00
|
|
|
viash_version: 0.9.4
|
2024-06-24 12:48:53 +00:00
|
|
|
|
|
|
|
|
config_mods: |
|
2025-04-25 12:20:54 +00:00
|
|
|
.requirements.commands += ['ps']
|
2024-12-11 09:03:18 +00:00
|
|
|
.runners[.type == 'nextflow'].directives.tag := '$id'
|
2024-12-20 11:30:10 +00:00
|
|
|
.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}
|
|
|
|
|
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'
|