Skip to content

Commit

Permalink
changing gap accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
nrminor committed Feb 8, 2024
1 parent 6c8cbdf commit 3917d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/distmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ fn block_distance(alpha: &[u8], beta: &[u8]) -> f64 {
);

// return the final score
aligner.res().score as f64
-aligner.res().score as f64
}

trait DistanceCalculator {
Expand Down

0 comments on commit 3917d9e

Please sign in to comment.