Files
demultiplex/src/dataflow/gather_fastqs_and_validate/config.vsh.yaml
CI 029f2aee81 Build branch main with version main (219bd58)
Build pipeline: viash-hub.demultiplex.main-ks4jt

Source commit: 219bd5816e

Source message: Allow 'Undetermined' samples to be empty. (#50)
2025-05-26 10:56:01 +00:00

50 lines
1.2 KiB
YAML

name: gather_fastqs_and_validate
namespace: dataflow
description: |
From a directory containing fastq files, gather the files per sample
and validate according to the contents of the sample sheet.
argument_groups:
- name: Input arguments
arguments:
- name: --input
description: Directory containing .fastq files
type: file
required: true
- name: --sample_sheet
description: Sample sheet
type: file
required: true
- name: Output arguments
arguments:
- name: --fastq_forward
type: file
direction: output
required: true
multiple: true
- name: "--fastq_reverse"
type: file
direction: output
required: false
multiple: true
resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
test_resources:
- type: nextflow_script
path: test.nf
entrypoint: test_gather_and_validate
- type: nextflow_script
path: test.nf
entrypoint: test_undetermined_empty
- type: nextflow_script
path: test.nf
entrypoint: test_without_index
- path: test_data
runners:
- type: nextflow
engines:
- type: native