nloyfer / wgbs_tools

tools for working with Bisulfite Sequencing data while preserving reads intrinsic dependencies
Other
125 stars 33 forks source link

modbam reads and hardclipping #75

Open jts opened 1 month ago

jts commented 1 month ago

Hi,

Thanks for providing this tool, it is very useful.

I have been testing it on nanopore data and noticed a potential issue in the modbam parser. In the current implementation of MM tags reads that are hardclipped by the aligner are unreliable as it breaks the correspondence between SEQ and the MM tag (if interested there's a discussion here). As far as I can tell ont.cpp doesn't check for this condition so it is possible the .pat output is incorrect for hard clipped records.

Jared