I am trying FastqGeneralIterator
. Which is pretty fast, faster that the SeqIO.parse I was using. The only problem is that - say for an original record
@M12MX:9:47
AGTCTATAC
+
0::99:DDD
It removes the @ from the 1st line, and does not have information for the 3rd line. I could just put them in, but I would be guessing. Does anyone have a solution for this?
Thanks
Thanks very much
You should add comments like this by clicking the comment hyperlink under brentp's answer.