Skip to content

Commit

Permalink
improved N50
Browse files Browse the repository at this point in the history
  • Loading branch information
chhylp123 committed Jan 14, 2020
1 parent 387c64c commit c63ce67
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 40 deletions.
1 change: 1 addition & 0 deletions CommandLines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions CommandLines.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ typedef struct {
long long num_bases;
long long num_corrected_bases;
long long num_recorrected_bases;
long long coverage;
} hifiasm_opt_t;

extern hifiasm_opt_t asm_opt;
Expand Down
Loading

0 comments on commit c63ce67

Please sign in to comment.