move the worker class to the obiseq package

This commit is contained in:
2023-01-22 22:39:13 +01:00
parent f97f92df72
commit 2d375df94f
12 changed files with 153 additions and 43 deletions

View File

@ -1,7 +1,6 @@
package obingslibrary
import (
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiiter"
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
)
@ -170,7 +169,7 @@ func ExtractBarcodeSlice(ngslibrary NGSLibrary,
}
func ExtractBarcodeSliceWorker(ngslibrary NGSLibrary,
options ...WithOption) obiiter.SeqSliceWorker {
options ...WithOption) obiseq.SeqSliceWorker {
opt := MakeOptions(options)