2024-08-29 08:10:20 +00:00
|
|
|
name: htrnaseq
|
|
|
|
|
description: |
|
|
|
|
|
High-throughput pipeline [WIP]
|
|
|
|
|
license: MIT
|
|
|
|
|
keywords: [bioinformatics, sequence, high-throughput, mapping, counting, pipeline]
|
|
|
|
|
links:
|
|
|
|
|
issue_tracker: https://github.com/viash-hub/htrnaseq/issues
|
|
|
|
|
repository: https://github.com/viash-hub/htrnaseq
|
|
|
|
|
|
2025-03-27 13:24:36 +00:00
|
|
|
viash_version: 0.9.2
|
2024-11-05 17:26:35 +00:00
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
test_resources:
|
|
|
|
|
- path: gs://viash-hub-test-data/htrnaseq/v1/
|
|
|
|
|
dest: resources_test
|
2024-08-29 08:10:20 +00:00
|
|
|
|
|
|
|
|
config_mods: |
|
|
|
|
|
.requirements.commands := ['ps']
|
|
|
|
|
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'
|
|
|
|
|
.resources += {path: '/src/config/labels.config', dest: 'nextflow_labels.config'}
|