Files
openpipeline_composed/_viash.yaml
CI 75a03a9b91 Build branch openpipeline_composed/v0.1 with version v0.1.1 to openpipeline_composed on branch v0.1 (0638f5b)
Build pipeline: openpipelines-bio.openpipeline-composed.0.1.1-pcdzw

Source commit: 0638f5b2f8

Source message: bump version to v0.1.1
2025-10-02 10:58:02 +00:00

25 lines
728 B
YAML

viash_version: 0.9.4
version: v0.1.1
source: src
target: target
name: openpipeline_composed
organization: vsh
links:
repository: https://github.com/openpipelines-bio/openpipeline_composed
docker_registry: ghcr.io
repositories:
- name: openpipeline
repo: openpipeline
type: vsh
tag: v3.0.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")'