mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
rename the iterator class
This commit is contained in:
@ -10,13 +10,13 @@ import (
|
||||
func ReadSequencesBatchFromFiles(filenames []string,
|
||||
reader IBatchReader,
|
||||
concurrent_readers int,
|
||||
options ...WithOption) obiiter.IBioSequenceBatch {
|
||||
options ...WithOption) obiiter.IBioSequence {
|
||||
|
||||
if reader == nil {
|
||||
reader = ReadSequencesFromFile
|
||||
}
|
||||
|
||||
batchiter := obiiter.MakeIBioSequenceBatch(0)
|
||||
batchiter := obiiter.MakeIBioSequence(0)
|
||||
nextCounter := goutils.AtomicCounter()
|
||||
|
||||
batchiter.Add(concurrent_readers)
|
||||
|
Reference in New Issue
Block a user