Build pipeline: viash-hub.rnaseq.v0.3-6gfl7
Source commit: e21130ff7a
Source message: Bump version to v0.3.0
25 lines
581 B
YAML
25 lines
581 B
YAML
name: rnaseq
|
|
version: v0.3.0
|
|
viash_version: 0.9.4
|
|
|
|
config_mods: |
|
|
.requirements.commands := ['ps']
|
|
.resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}
|
|
.runners[.type == 'nextflow'].directives.tag := '$id'
|
|
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'
|
|
|
|
repositories:
|
|
- name: biobox
|
|
type: vsh
|
|
repo: biobox
|
|
tag: v0.3.1
|
|
- name: craftbox
|
|
type: vsh
|
|
repo: craftbox
|
|
tag: v0.1.0
|
|
|
|
info:
|
|
test_resources:
|
|
- path: gs://viash-hub-resources/rnaseq/v1
|
|
dest: testData
|