marcelm / cutadapt

Cutadapt removes adapter sequences from sequencing reads
https://cutadapt.readthedocs.io
MIT License
502 stars 126 forks source link

Feature request: Support for multiple FastQ pairs #775

Open Redmar-van-den-Berg opened 3 months ago

Redmar-van-den-Berg commented 3 months ago

It would be great if cutadapt could accept multiple FastQ files (or FastQ pairs, for paired data) as input, and write the trimmed reads to the same output file(s). This would allow users to merge and trim their FastQ data in a single step, thus saving the time for reading and writing all data to disk twice (once for merging, and once for cutadapt).

This behaviour is already possible with a helper script, as is shown here, but it would be nice if Cutadapt could support this out of the box.