Description
From a directory containing fastq files, gather the files per sample
and validate according to the contents of the sample sheet.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
fastq_forward: "$id.$key.fastq_forward._*"
fastq_reverse: "$id.$key.fastq_reverse._*"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/demultiplex.git \
-revision v0.4.3 \
-main-script target/nextflow/dataflow/gather_fastqs_and_validate/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--sample_sheet | file required |
Name | Type & Properties |
|---|---|
--fastq_forward | file required multiple output |
--fastq_reverse | file multiple output |