aresti / primalscheme

a tool for designing primer panels for multiplex PCR.
GNU General Public License v3.0
97 stars 32 forks source link

No error raised when >2 --amplicon size values passed to CLI #22

Open aresti opened 4 years ago

aresti commented 4 years ago

The --amplicon-size option can be passed either once or twice, in order to set an approximate target or exact range, respectively. However, no error is currently raised when additional values are passed. Extra values are currenly ignored, but this may not be the user's expectation.

An error should be raised when -a is passed more than twice.