I have a fairly long (800 kbp) consensus fastq that I want to split at each string of Ns (arbitrarily, let's say 3 or more Ns), depositing each of the sequence (non-N) strings into a new file (together, not separate files) and omitting the strings of Ns.
I've done a bunch of searching trying to find a lead on how to tackle this, but maybe I'm not phrasing the question correctly.
Thanks.