@@ -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
}
}elsea[k++]=a[j];
}
returnk;// the new size
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.