Patch excessive log in obimultiplex and an error in detecting the tag.

Former-commit-id: e6f427ac743cae373247a15bf49b0a27273b2569
This commit is contained in:
2023-03-23 11:40:24 +07:00
parent 98eac2360c
commit 57474214e7
2 changed files with 8 additions and 3 deletions

View File

@ -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
}