torognes / swipe

Smith-Waterman database searches with inter-sequence SIMD parallelisation
GNU Affero General Public License v3.0
58 stars 21 forks source link

Check behaviour when -z option argument is not an integer #9

Closed torognes closed 10 years ago

torognes commented 10 years ago

When the option -z is specified the argument should be an integer. The behaviour when a number in scientific notation (e.g. -z 7.06e+06) is specified is incorrect. Should accept these numbers or warn when a non-integer is specified.