Fixed match metric difference between remote and local

This commit is contained in:
2025-02-06 17:12:31 +00:00
parent a27e09da31
commit 85946eb110
4 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ class AlignmentStats:
percent_identity: float
mismatches: int
gaps: int
score: int
match_metric: int
@dataclass(frozen=True)
class PairwiseAlignment: