Files
openpipeline_qc/_viash.yaml
CI 0724a8177b Build branch openpipeline_qc/v0.2 with version v0.2.2 to openpipeline_qc on branch v0.2 (9b81d31)
Build pipeline: openpipelines-bio.openpipeline-qc.v0.2.2-vcq67

Source commit: 9b81d310d0

Source message: update version
2026-02-03 16:53:29 +00:00

29 lines
784 B
YAML

viash_version: 0.9.4
version: v0.2.2
source: src
target: target
name: openpipeline_qc
organization: vsh
links:
repository: https://github.com/openpipelines-bio/openpipeline_qc
docker_registry: ghcr.io
repositories:
- name: openpipeline
repo: openpipeline
type: vsh
tag: v4.0.0
- name: craftbox
repo: craftbox
type: vsh
tag: v0.2.0
info:
test_resources:
- type: s3
path: s3://openpipelines-bio/openpipeline_incubator/resources_test
dest: resources_test
config_mods: |
.requirements.commands := ['ps']
.runners[.type == 'nextflow'].directives.tag := '$id'
.resources += {path: '/src/configs/labels.config', dest: 'nextflow_labels.config'}
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'