Merge pull request #58 from metabarcoding/push-vxkqkkrokwuz

debug obimultiplex
This commit is contained in:
coissac
2025-11-06 15:44:31 +01:00
committed by GitHub
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