I have a read file
reads_all.fastq.gz
I'm wondering if there is an easy way to create subset files that contain only the reads in this original file that fall into a specific overall read Q-score
Example, I would like it to create files that look like this:
reads_all.fastq.gz
reads_ltQ10.fastq.gz
reads_Q11-20.fastq.gz
reads_Q21-30.fastq.gz
reads_Q31-40.fastq.gz
reads_gtQ40.fastq.gz
I'm wondering if anyone knows if there is a simple way to do this, ideally with a command-line program.