Several bugs dicoverd during the doc writing

This commit is contained in:
Eric Coissac
2025-04-04 16:59:27 +02:00
parent 03b5ce9397
commit 7542e33010
6 changed files with 38 additions and 11 deletions
+3 -3
View File
@@ -137,9 +137,9 @@ func AssemblePESequences(seqA, seqB *obiseq.BioSequence,
annot := cons.Annotations()
if fastAlign {
annot["paring_fast_count"] = fastcount
annot["paring_fast_score"] = math.Round(fastscore*1000) / 1000
annot["paring_fast_overlap"] = over
annot["pairing_fast_count"] = fastcount
annot["pairing_fast_score"] = math.Round(fastscore*1000) / 1000
annot["pairing_fast_overlap"] = over
}
if aliLength >= minOverlap && identity >= minIdentity {