Files
htrnaseq/src/utils/listInputDir/config.vsh.yaml
CI cffdada450 Build branch htrnaseq/refactor_runner with version refactor_runner to htrnaseq on branch refactor_runner (5786c8f)
Build pipeline: viash-hub.htrnaseq.refactor-runner-6rg7b

Source commit: 5786c8fd1e

Source message: The well_fastqs_to_esets has no test resources
2025-11-17 11:27:31 +00:00

53 lines
1.2 KiB
YAML

name: listInputDir
namespace: utils
scope: "private"
description: List the contents of a directory and parse contained fastq files
arguments:
- name: "--input"
alternatives: [-i]
type: file
description: Path to the directory containing fastq files
required: true
example: fastq_dir
- name: --pools
description: "Pool names to include. By default all pools are selected for analysis."
type: string
multiple: true
- name: "--r1_output"
type: file
# Allow multiple lanes
multiple: true
description: Path to read 1 fastq/fasta file
direction: output
- name: "--r2_output"
type: file
# Allow multiple lanes
multiple: true
description: Path to read 2 fastq/fasta file
direction: output
- name: "--lane"
type: string
# Allow multiple lanes
multiple: true
description: Lane nr
direction: output
- name: "--sample"
type: string
description: Sample nr
direction: output
- name: "--sample_id"
type: string
description: Sample name
direction: output
resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
runners:
- type: nextflow
engines:
- type: native