Files
playground/src/mapping_and_qc/config.vsh.yaml
CI c0bd36f2eb Build branch main with version main (32dc807)
Build pipeline: viash-hub.playground.main-n876l

Source commit: 32dc80723a

Source message: Emtpy commit
2025-02-26 15:29:31 +00:00

54 lines
973 B
YAML

name: mapping_and_qc
description: Run STAR and QC
argument_groups:
- name: Input arguments
arguments:
- name: --input_r1
type: file
direction: input
required: true
- name: --input_r2
type: file
direction: input
required: true
- name: --reference
type: file
required: true
- name: Output arguments
arguments:
- name: --multiqc_output
type: file
example: multiqc.html
direction: output
required: true
resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
dependencies:
- name: cutadapt
repository: bb
- name: falco
repository: bb
- name: multiqc
repository: bb
- name: star/star_align_reads
repository: bb
- name: samtools/samtools_stats
repository: bb
repositories:
- name: bb
type: vsh
repo: vsh/biobox
tag: main
runners:
- type: nextflow
engines:
- type: native