mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-03-26 05:50:52 +00:00
Refactoring related to iterators
This commit is contained in:
@@ -14,6 +14,6 @@ func main() {
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
|
||||
fs, _ := obiconvert.ReadBioSequencesBatch(args...)
|
||||
fs, _ := obiconvert.ReadBioSequences(args...)
|
||||
obidistribute.DistributeSequence(fs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user