Skip to content

Commit

Permalink
feat: set gap alignment to "left" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jan 10, 2024
1 parent 4ba4fdd commit 28da55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages_rs/nextclade/src/align/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Default for AlignPairwiseParams {
no_translate_past_stop: false,
left_terminal_gaps_free: true,
right_terminal_gaps_free: true,
gap_alignment_side: GapAlignmentSide::Right,
gap_alignment_side: GapAlignmentSide::Left,
excess_bandwidth: 9,
terminal_bandwidth: 50,
min_seed_cover: 0.33,
Expand Down

0 comments on commit 28da55d

Please sign in to comment.