Describe the bug
When I run pbmm2 with some of the descriptive flags listed here, including --alignment-threads, --sort-threads, and --secondary=yes, I get errors like the following:
Error message
terminate called after throwing an instance of '(anonymous namespace)::CommandLineParserException'
what(): [pbcopper] command line parser ERROR: unknown option 'alignment-threads'
Steps to Reproduce
This is private data so I can't provide it, but the command I'm running looks like:
Expected behavior
Per the documentation, I'd expect these flags to be recognized. Note that for --alignment-threads and --sort-threads I don't get the errors if I use the short flags j and J.
Operating system OS: CentOS Linux Version: 7 (Core)
Package name Tool: pbmm2 Version: pbmm2 1.4.0 (commit 1.4.0)
Conda environment
Describe the bug When I run pbmm2 with some of the descriptive flags listed here, including
--alignment-threads
,--sort-threads
, and--secondary=yes
, I get errors like the following:Error message
Steps to Reproduce This is private data so I can't provide it, but the command I'm running looks like:
Expected behavior Per the documentation, I'd expect these flags to be recognized. Note that for --alignment-threads and --sort-threads I don't get the errors if I use the short flags j and J.