Build pipeline: viash-hub.rnaseq.main-4gbdz
Source commit: 64aad6a006
Source message: Merge pull request #22 from viash-hub/define_repositories_in_package_config
define dependency repositories once in the package config
24 lines
400 B
YAML
24 lines
400 B
YAML
viash_version: 0.9.0
|
|
|
|
source: src
|
|
target: target
|
|
|
|
info:
|
|
test_resources:
|
|
- path: gs://viash-hub-test-data/rnaseq/v1
|
|
dest: testData
|
|
|
|
config_mods: |
|
|
.requirements.commands := ['ps']
|
|
.runners[.type == 'nextflow'].directives.tag := '$id'
|
|
|
|
repositories:
|
|
- name: biobox
|
|
type: vsh
|
|
repo: vsh/biobox
|
|
tag: v0.2.0
|
|
- name: craftbox
|
|
type: vsh
|
|
repo: craftbox
|
|
tag: v0.1.0
|