I have a series of fastq files (with up to 4000 reads in each) that I want to parse based on the time of sequencing.
So in the fastq header, date/time is listed as "start_time=2017-10-09T18:54:24z"
If I wanted to extract all sequences between 18:00 hours and 20:00 hours, is there a tool I can use to find and extract them?
Can you post a couple of examples of full/complete headers? Is this nanopore data?
I am not aware of any tools to handle this. If you have some Python-programming experience I would be glad to help you.