mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-08-24 13:51:18 +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