mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 00:30:27 +00:00
debug obimultiplex
bug option obimultiplex
This commit is contained in:
@@ -72,6 +72,7 @@ var NilApatSequence = ApatSequence{nil}
|
|||||||
//
|
//
|
||||||
// Returns an ApatPattern object and an error if the pattern is invalid.
|
// Returns an ApatPattern object and an error if the pattern is invalid.
|
||||||
func MakeApatPattern(pattern string, errormax int, allowsIndel bool) (ApatPattern, error) {
|
func MakeApatPattern(pattern string, errormax int, allowsIndel bool) (ApatPattern, error) {
|
||||||
|
|
||||||
cpattern := C.CString(pattern)
|
cpattern := C.CString(pattern)
|
||||||
defer C.free(unsafe.Pointer(cpattern))
|
defer C.free(unsafe.Pointer(cpattern))
|
||||||
cerrormax := C.int32_t(errormax)
|
cerrormax := C.int32_t(errormax)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import (
|
|||||||
var _NGSFilterFile = ""
|
var _NGSFilterFile = ""
|
||||||
var _askTemplate = false
|
var _askTemplate = false
|
||||||
var _UnidentifiedFile = ""
|
var _UnidentifiedFile = ""
|
||||||
var _AllowedMismatch = -1
|
var _AllowedMismatch = 2
|
||||||
var _AllowsIndel = false
|
var _AllowsIndel = false
|
||||||
var _ConservedError = false
|
var _ConservedError = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user