Skip to content

Commit

Permalink
new 2 cons
Browse files Browse the repository at this point in the history
  • Loading branch information
yangao07 committed Feb 9, 2025
1 parent c8d6f99 commit 994904a
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 278 deletions.
2 changes: 1 addition & 1 deletion src/abpoa_align.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void abpoa_post_set_para(abpoa_para_t *abpt) {
abpoa_set_gap_mode(abpt);
if (abpt->out_msa || abpt->out_gfa || abpt->max_n_cons > 1 || abpt->cons_algrm == ABPOA_MF) {
abpt->use_read_ids = 1;
if (abpt->out_msa || abpt->out_gfa) set_65536_table();
if (abpt->out_msa || abpt->out_gfa || abpt->max_n_cons) set_65536_table();
if (abpt->max_n_cons > 1 || abpt->cons_algrm == ABPOA_MF) set_bit_table16();
}
if (abpt->align_mode == ABPOA_LOCAL_MODE) abpt->wb = -1;
Expand Down
Loading

0 comments on commit 994904a

Please sign in to comment.