Entering edit mode
10.7 years ago
hlsz.laszlo
▴
50
Dear all,
I have some questions about manipulating fastq files. Its the first time I do this, so I want advice, how to do it. Its a special case, because I only want to keep reads when the following criteria prevail:
The read must contains at least 8 T'-s at both end.
example of wanted reads:
TTTTTTTT+NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN+TTTTTTTT
Is there a way to collect these reads?
Regards, Laszlo
Nice. Isn't -G redundant, because it's default?
True, it is redundant.