mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 09:40:27 +00:00
Refactoring related to iterators
This commit is contained in:
@@ -14,9 +14,9 @@ func main() {
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
|
||||
fs, _ := obiconvert.ReadBioSequencesBatch(args...)
|
||||
fs, _ := obiconvert.ReadBioSequences(args...)
|
||||
indexed := obirefidx.IndexReferenceDB(fs)
|
||||
|
||||
written, _ := obiconvert.WriteBioSequencesBatch(indexed, false)
|
||||
written, _ := obiconvert.WriteBioSequences(indexed, false)
|
||||
written.Consume()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user