mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Refactoring related to iterators
This commit is contained in:
@@ -13,7 +13,7 @@ func ReadSequencesBatchFromFiles(filenames []string,
|
||||
options ...WithOption) obiiter.IBioSequenceBatch {
|
||||
|
||||
if reader == nil {
|
||||
reader = ReadSequencesBatchFromFile
|
||||
reader = ReadSequencesFromFile
|
||||
}
|
||||
|
||||
batchiter := obiiter.MakeIBioSequenceBatch(0)
|
||||
|
||||
Reference in New Issue
Block a user