mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Takes into account the option parsing errors
Former-commit-id: d0b3ed0b96a72f79f887df8fbc325427e63d7a73
This commit is contained in:
@@ -32,7 +32,7 @@ func main() {
|
||||
|
||||
optionParser := obioptions.GenerateOptionParser(obigrep.OptionSet)
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
_, args := optionParser(os.Args)
|
||||
|
||||
sequences, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
selected := obigrep.CLIFilterSequence(sequences)
|
||||
|
||||
Reference in New Issue
Block a user