mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: pkg/obingslibrary/multimatch.go modified: pkg/obioptions/version.go
This commit is contained in:
@ -237,6 +237,14 @@ func (marker *Marker) beginFixedTagExtractor(
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fe := begin - spacer
|
||||||
|
if fb > fe {
|
||||||
|
log.Panicf("On sequence: %s, begin %d is greater than end %d for a tag length of %d - begin:%d spacer:%d",
|
||||||
|
sequence.Id(),
|
||||||
|
fb, fe, taglength, begin, spacer,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
return sequence.String()[fb:(begin - spacer)]
|
return sequence.String()[fb:(begin - spacer)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
// corresponds to the last commit, and not the one when the file will be
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
|
|
||||||
var _Commit = "7b23985"
|
var _Commit = "38dcd98"
|
||||||
var _Version = "Release 4.4.0"
|
var _Version = "Release 4.4.0"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
|
Reference in New Issue
Block a user