mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-02-03 14:50:33 +00:00
Change the API of workers
Former-commit-id: 9b07306edd8cf28266f86f95823948fa99d39ea9
This commit is contained in:
@@ -30,7 +30,7 @@ func IExtractBarcode(iterator obiiter.IBioSequence) (obiiter.IBioSequence, error
|
||||
|
||||
worker := obingslibrary.ExtractBarcodeSliceWorker(ngsfilter, opts...)
|
||||
|
||||
newIter := iterator.MakeISliceWorker(worker)
|
||||
newIter := iterator.MakeISliceWorker(worker, false)
|
||||
|
||||
if !CLIConservedErrors() {
|
||||
log.Println("Discards unassigned sequences")
|
||||
|
||||
Reference in New Issue
Block a user