peterk87 / nf-flu

Influenza genome analysis Nextflow workflow
MIT License
21 stars 17 forks source link

Nanopore sample sheet can specify paths to either single files or directories; different reads for the same sample should be merged #12

Closed peterk87 closed 2 years ago

peterk87 commented 2 years ago

Reads should be merged for the same sample whether they are from single FASTQ files or directories containing one or more FASTQ files:

sample reads
S1 /path/to/run1/fastq_pass/barcode01
S1 /path/to/run2/fastq_pass/barcode09
S1 /path/to/S1.run3.fq.gz

All reads for sample S1 should be merged into a single FASTQ file prior to further analysis.