2024-10-25 09:08:46 +00:00
|
|
|
name: rnaseq
|
|
|
|
|
|
2025-05-06 20:05:48 +00:00
|
|
|
viash_version: 0.9.2
|
2024-09-13 07:41:13 +00:00
|
|
|
|
|
|
|
|
source: src
|
|
|
|
|
target: target
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
test_resources:
|
2025-05-06 20:05:48 +00:00
|
|
|
- path: gs://viash-hub-resources/rnaseq/v1
|
2024-09-13 07:41:13 +00:00
|
|
|
dest: testData
|
|
|
|
|
|
|
|
|
|
config_mods: |
|
|
|
|
|
.requirements.commands := ['ps']
|
2024-12-05 08:52:37 +00:00
|
|
|
.resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}
|
2024-09-13 07:41:13 +00:00
|
|
|
.runners[.type == 'nextflow'].directives.tag := '$id'
|
2024-12-05 08:52:37 +00:00
|
|
|
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'
|
2024-09-14 09:49:51 +00:00
|
|
|
|
|
|
|
|
repositories:
|
|
|
|
|
- name: biobox
|
|
|
|
|
type: vsh
|
2024-11-27 11:54:48 +00:00
|
|
|
repo: biobox
|
2024-10-25 09:08:46 +00:00
|
|
|
tag: main
|
2024-09-14 09:49:51 +00:00
|
|
|
- name: craftbox
|
|
|
|
|
type: vsh
|
|
|
|
|
repo: craftbox
|
|
|
|
|
tag: v0.1.0
|