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:
@@ -27,7 +27,7 @@ func main() {
|
||||
|
||||
optionParser := obioptions.GenerateOptionParser(obimultiplex.OptionSet)
|
||||
|
||||
_, args, _ := optionParser(os.Args)
|
||||
_, args := optionParser(os.Args)
|
||||
|
||||
sequences, _ := obiconvert.CLIReadBioSequences(args...)
|
||||
amplicons, _ := obimultiplex.IExtractBarcode(sequences)
|
||||
|
||||
Reference in New Issue
Block a user