improved N50

This commit is contained in:
chhylp123
2020-01-14 10:59:51 -05:00
parent 387c64c5fc
commit c63ce670f7
4 changed files with 733 additions and 86 deletions
+1
View File
@@ -46,6 +46,7 @@ void Print_H(hifiasm_opt_t* asm_opt)
void init_opt(hifiasm_opt_t* asm_opt)
{
asm_opt->coverage = -1;
asm_opt->num_reads = 0;
asm_opt->read_file_names = NULL;
asm_opt->output_file_name = (char*)(DEFAULT_OUTPUT);