Closed andrewdavidsmith closed 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.
merge_mates(const size_t range, bam_rec &one, bam_rec &two, bam_rec &merged) {
range
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 therange
variable.