mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
refactor code and change algorithm used to read from many files
This commit is contained in:
@@ -120,7 +120,9 @@ func WriteFastaBatch(iterator obiiter.IBioSequenceBatch,
|
||||
|
||||
ff := func(iterator obiiter.IBioSequenceBatch) {
|
||||
for iterator.Next() {
|
||||
|
||||
batch := iterator.Get()
|
||||
|
||||
chunkchan <- FileChunck{
|
||||
FormatFastaBatch(batch, header_format),
|
||||
batch.Order(),
|
||||
|
||||
Reference in New Issue
Block a user