mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
Changes to be committed:
modified: pkg/obialign/alignment.go modified: pkg/obialign/pairedendalign.go modified: pkg/obioptions/version.go modified: pkg/obitools/obipairing/pairing.go
This commit is contained in:
@@ -129,6 +129,7 @@ func AssemblePESequences(seqA, seqB *obiseq.BioSequence,
|
||||
}
|
||||
lcons := cons.Len()
|
||||
aliLength := lcons - _Abs(left) - _Abs(right)
|
||||
|
||||
identity := float64(match) / float64(aliLength)
|
||||
if aliLength == 0 {
|
||||
identity = 0
|
||||
|
||||
Reference in New Issue
Block a user