to replace get_new_candidates(); UNFINISHED!

This commit is contained in:
Heng Li
2020-03-27 11:21:08 -04:00
parent 7271c106e4
commit 293f4b6b58
7 changed files with 132 additions and 156 deletions

View File

@@ -1,12 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <pthread.h>
#include "Hash_Table.h"
#include "Process_Read.h"
#include "Correct.h"
#include "CommandLines.h"
#include "kmer.h"
#include <pthread.h>
#include "ksort.h"
pthread_mutex_t output_mutex;