Build pipeline: viash-hub.playground.demultiplex-htrnaseq-meta-6pxp7
Source commit: 93b7c51fcc
Source message: metaworkflow working
16 lines
596 B
YAML
16 lines
596 B
YAML
name: playground
|
|
description: |
|
|
A collection of bioinformatics pipelines to illustrate the use of biobox (and biotools).
|
|
license: MIT
|
|
keywords: [bioinformatics, sequence, high-throughput, mapping, counting, pipeline]
|
|
links:
|
|
issue_tracker: https://github.com/viash-hub/playground/issues
|
|
repository: https://github.com/viash-hub/playground
|
|
|
|
viash_version: 0.9.0-RC6
|
|
|
|
config_mods: |
|
|
.requirements.commands := ['ps']
|
|
.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}
|
|
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'
|