Hi all. The documentation for Samtools is minimal at best. I'm still confused on the concept of a clipped read.
I know that there are many explanations here that soft clipped bases are present in SEQ unlike hard clipped bases. But it's insufficient. In what cases, use H instead of S ??
Thanks.
2012secondseason, for example,
BWA mem
gives you some control how you'd like to have the clipped sequences represented - you can toggle between soft and hard clipping using the-Y
option. There used to be an option to remove soft clipping altogether, but that seems to have changed its meaning (at least comparing the online manual to the command line description)