tracer icon indicating copy to clipboard operation
tracer copied to clipboard

Improve --loci argument options

Open mstubb opened this issue 7 years ago • 2 comments

The --loci command line argument takes a space-separated list of locus names. This means that it must be followed by another command line option so that argparse knows when to stop looking for locus names. This isn't ideal and should be changed to something less annoying.

mstubb avatar Feb 14 '18 15:02 mstubb

I recognized an additional problem on macOS (I am not sure whether it's OS specific), where it needs two spaces between the different loci (--loci A B G D works whereas --loci A B G D shows errors parsing the rest of the command).

canergen avatar Sep 06 '18 08:09 canergen

Thanks. We'll look into this when we get around to improving the general behaviour of this option

mstubb avatar Sep 07 '18 10:09 mstubb