Using klib

This commit is contained in:
Haoyu Cheng
2019-05-10 16:14:01 -04:00
parent 0b209dd1e9
commit eee68408be
7 changed files with 438 additions and 251 deletions
+4 -6
View File
@@ -11,17 +11,15 @@ int main(int argc, char *argv[])
if (!CommandLine_process(argc, argv))
return 1;
init_kseq(read_file_name);
if (!initiReadAllReads(read_file_name))
{
fprintf(stdout, "Cannot open read files. \n");
return 1;
}
Counting();
destory_kseq();
return 1;