mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
Several bugs dicoverd during the doc writing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user