arzwa / wgd

Python package and CLI for whole-genome duplication related analyses. This package is deprecated in favor of https://github.com/heche-psb/wgd.
http://wgd.readthedocs.io/en/latest/
GNU General Public License v3.0
81 stars 41 forks source link

Error: Invalid value for '--ks_range' / '-r' #34

Closed eocene-olig closed 4 years ago

eocene-olig commented 4 years ago

Hi,

When I execute the command ( wgd viz -r 0.005,2 -ks ./ks_dir/), I encounter this error: Error: Invalid value for '--ks_range' / '-r': 0.005,2 is not a valid floating point value

Is this parameter (-r) in the wrong format? How should this parameter be set?

Looking forward to your reply.

with best regards Xupeng

arzwa commented 4 years ago

Hi, you can just use -ks_range 0.005 2.