mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Optimize memory allocation of the apat algorithms
Former-commit-id: 5010c5a666b322715b3b81c1078d325e1f647ede
This commit is contained in:
@@ -57,7 +57,7 @@ func WriteFastq(iterator obiiter.IBioSequence,
|
||||
file io.WriteCloser,
|
||||
options ...WithOption) (obiiter.IBioSequence, error) {
|
||||
|
||||
iterator = iterator.Rebatch(10000)
|
||||
iterator = iterator.Rebatch(1000)
|
||||
|
||||
opt := MakeOptions(options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user