mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
First version of obisplit and patch a bug in the new workers API
Former-commit-id: f28af9f104c08d68e29fd866739d8dd58241da63
This commit is contained in:
@ -34,7 +34,7 @@ func (iterator IBioSequence) MakeIWorker(worker obiseq.SeqWorker,
|
||||
|
||||
}()
|
||||
|
||||
sw := obiseq.SeqToSliceWorker(worker, true, breakOnError)
|
||||
sw := obiseq.SeqToSliceWorker(worker, breakOnError)
|
||||
|
||||
f := func(iterator IBioSequence) {
|
||||
var err error
|
||||
@ -90,7 +90,7 @@ func (iterator IBioSequence) MakeIConditionalWorker(predicate obiseq.SequencePre
|
||||
|
||||
}()
|
||||
|
||||
sw := obiseq.SeqToSliceConditionalWorker(predicate, worker, true, breakOnError)
|
||||
sw := obiseq.SeqToSliceConditionalWorker(predicate, worker, breakOnError)
|
||||
|
||||
f := func(iterator IBioSequence) {
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user