NOT WORKING!!! added all k-mer counter

This commit is contained in:
Heng Li
2020-03-24 12:29:46 -04:00
parent 398e73022b
commit 64edb06e08
15 changed files with 628 additions and 237 deletions
-3
View File
@@ -46,9 +46,6 @@ void ma_hit_sort_qns(ma_hit_t *a, long long n)
radix_sort_hit_qns(a, a + n);
}
asg_t *asg_init(void)
{
return (asg_t*)calloc(1, sizeof(asg_t));