smithlabcode / dnmtools

Tools for analyzing DNA methylation data
https://dnmtools.readthedocs.io
GNU General Public License v3.0
30 stars 9 forks source link

format: max distance when merging mates seems ignored #169

Closed andrewdavidsmith closed 1 year ago

andrewdavidsmith commented 1 year ago

Describe the bug From the code, the function merge_mates(const size_t range, bam_rec &one, bam_rec &two, bam_rec &merged) { seems to ignore the range variable.