Skip to content

Commit

Permalink
Change debugging aln_win from 1 back to 100. Should not affect result…
Browse files Browse the repository at this point in the history
…s, only performance
  • Loading branch information
pd3 committed Jul 20, 2023
1 parent acea5b7 commit 6b699b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vcfnorm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,6 @@ int main_vcfnorm(int argc, char *argv[])
args->n_threads = 0;
args->record_cmd_line = 1;
args->aln_win = 100;
args->aln_win = 1;
args->buf_win = 1000;
args->mrows_collapse = COLLAPSE_BOTH;
args->do_indels = 1;
Expand Down

0 comments on commit 6b699b5

Please sign in to comment.