Files
openpipeline/_viash.yaml

28 lines
873 B
YAML
Raw Normal View History

viash_version: 0.9.0
source: src
target: target
# Note: this causes the docker images to be renamed
name: openpipeline
organization: openpipelines-bio
links:
repository: https://github.com/openpipelines-bio/openpipeline
docker_registry: ghcr.io
homepage: https://openpipelines.bio
documentation: https://openpipelines.bio/fundamentals
issue_tracker: https://github.com/openpipelines-bio/openpipeline/issues
info:
test_resources:
- type: s3
path: s3://openpipelines-data
dest: resources_test
config_mods: |
.test_resources += {path: '/src/base/openpipelinetestutils', dest: 'openpipelinetestutils'}
.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")'