mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Refactor sequence file reading
Former-commit-id: 3dcb96e68da648d72bb585da047e3496427d7851
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
package obiiter
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"git.metabarcoding.org/obitools/obitools4/obitools4/pkg/obioptions"
|
||||
@ -82,7 +80,6 @@ func (iterator IBioSequence) MakeISliceWorker(worker obiseq.SeqSliceWorker, brea
|
||||
log.Fatalf("Error on sequence processing : %v", err)
|
||||
}
|
||||
newIter.Push(batch)
|
||||
runtime.GC()
|
||||
}
|
||||
newIter.Done()
|
||||
}
|
||||
|
Reference in New Issue
Block a user