@@ -11,17 +11,15 @@ int main(int argc, char *argv[])
if(!CommandLine_process(argc,argv))
return1;
init_kseq(read_file_name);
if(!initiReadAllReads(read_file_name))
{
fprintf(stdout,"Cannot open read files. \n");
return1;
}
Counting();
destory_kseq();
return1;
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.