Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nosexybot authored Dec 3, 2021
1 parent 07fe93b commit 6b470c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmapper/src/consumer.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void consumer_meth_array_serialize_mix(meth_array_node_t* array_f,
}

// write the position and coverage in file
if (c + mc > coverage || ch + hmc > coverage) {
if (c + mc >= coverage || ch + hmc >= coverage) {
fprintf(fd, "%u%c%u%c%u%c%u%c%u%c%u%c%u%c",
position, delimiter,
c, delimiter,
Expand Down

0 comments on commit 6b470c4

Please sign in to comment.