mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
A first functional version of obiclean
This commit is contained in:
@ -138,6 +138,7 @@ func OptionMaxLength(maxLength int) WithOption {
|
||||
// error allowed when matching the forward
|
||||
// primer.
|
||||
func OptionForwardPrimer(primer string, max int) WithOption {
|
||||
|
||||
f := WithOption(func(opt Options) {
|
||||
var err error
|
||||
|
||||
|
Reference in New Issue
Block a user