We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e86254 commit d575177Copy full SHA for d575177
src/read_mismatchbam_cpp.cpp
@@ -112,7 +112,7 @@ int process_mismatch_bam_record_pair(
112
fwdbase = bam_seqi(hitseq, read_pos);
113
if (fwdbase & (unmod_int | mod_int)) {
114
qscore_pos = bam_get_qual(bamdata)[read_pos];
115
- mod_pos = fwdbase == unmod_int ? 0.0 : 1.0;
+ mod_pos = fwdbase == unmod_int ? 0 : 1;
116
// check if position has already been seen, and
117
// keep the observation with the highest qscore
118
found = false;
0 commit comments