r609: bugfix - SDUST masking not working

This commit is contained in:
Heng Li
2017-12-07 11:45:38 -05:00
parent 704ff9f4c6
commit 2f693e8ca4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ static int mm_dust_minier(int n, mm128_t *a, int l_seq, const char *seq, int sdu
l += ee - ss;
}
if (l <= span>>1) a[k++] = a[j]; // keep the minimizer if less than half of it falls in masked region
}
} else a[k++] = a[j];
}
return k; // the new size
}