debug obimultiplex

bug option obimultiplex
This commit is contained in:
Eric Coissac
2025-11-06 15:43:13 +01:00
parent 432da366e2
commit 07cdd6f758
2 changed files with 2 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ var NilApatSequence = ApatSequence{nil}
//
// Returns an ApatPattern object and an error if the pattern is invalid.
func MakeApatPattern(pattern string, errormax int, allowsIndel bool) (ApatPattern, error) {
cpattern := C.CString(pattern)
defer C.free(unsafe.Pointer(cpattern))
cerrormax := C.int32_t(errormax)

View File

@@ -15,7 +15,7 @@ import (
var _NGSFilterFile = ""
var _askTemplate = false
var _UnidentifiedFile = ""
var _AllowedMismatch = -1
var _AllowedMismatch = 2
var _AllowsIndel = false
var _ConservedError = false