Files
openpipeline_qc/_viash.yaml
CI f45b3c0cea Build branch openpipeline_qc/v0.1.0 with version v0.1.0 to openpipeline_qc on branch v0.1 (4de00a2)
Build pipeline: test-vsh-ci-build-template-8gzht

Source commit: 4de00a2614

Source message: release v0.1
2025-09-23 06:56:43 +00:00

29 lines
804 B
YAML

viash_version: 0.9.4
version: v0.1.0
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: openpipelines-bio/openpipeline
type: github
tag: 2.1.2
- 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")'