Takes into account the option parsing errors

Former-commit-id: d0b3ed0b96a72f79f887df8fbc325427e63d7a73
This commit is contained in:
2023-03-07 11:06:08 +07:00
parent 6b52dc0700
commit 9811e440b8
15 changed files with 23 additions and 18 deletions

View File

@@ -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)