Entering edit mode
2.3 years ago
daewowo
▴
80
I have a sam file with reads that are soft and hard clipped. I want to filter out reads less than 32nt including soft and hard clipping, ie the total read length should be less than 32nt irrespective of whether any part of the read aligns to a reference.
Any ideas on how to do this?