mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-10 09:40:27 +00:00
Takes into account the option parsing errors
Former-commit-id: d0b3ed0b96a72f79f887df8fbc325427e63d7a73
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
func main() {
|
||||
optionParser := obioptions.GenerateOptionParser(obirefidx.OptionSet)
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
_, args := optionParser(os.Args)
|
||||
|
||||
fs, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
indexed := obirefidx.IndexReferenceDB(fs)
|
||||
|
||||
Reference in New Issue
Block a user