KChen-lab / Monopogen

SNV calling from single cell sequencing
GNU General Public License v3.0
68 stars 16 forks source link

fix bug on str to int on -k is float #19

Closed monoplasty closed 9 months ago

monoplasty commented 10 months ago

Need to change int to float function. Because when k=0.6 is passed in, you will get this error: ValueError: invalid literal for int() with base 10: '0.6'