mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Patch excessive log in obimultiplex and an error in detecting the tag.
Former-commit-id: e6f427ac743cae373247a15bf49b0a27273b2569
This commit is contained in:
@ -375,7 +375,7 @@ func (pattern ApatPattern) BestMatch(sequence ApatSequence, begin, length int) (
|
||||
nerr = lali - score
|
||||
start = best[0] + int(pattern.pointer.pointer.patlen) - lali
|
||||
end = start + lali
|
||||
log.Println("results", score, lali, start, nerr)
|
||||
log.Debugln("results", score, lali, start, nerr)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user