genome-rcast / karkinos

Tumor genotyper, that detects SNV, absolute CNV and Tumor contents
Apache License 2.0
10 stars 2 forks source link

Fix/argument type #15

Closed xckitahara closed 4 years ago

xckitahara commented 4 years ago

In the moreThanParcentLowArea function, due to the difference in the types of float and double, there was a case where unintended operation was performed in the case of boundary values when comparing values. Change the argument type from float to double.