Closed fedarko closed 2 years ago
Can keep everything in terms of integers (1 = 0.01%, 15 = 0.15%, 200 = 2%, etc.) and just adjust the p-mutation calling function to handle this as a comparison between integers.
Probably fine as is, tho.
Done! See:
https://github.com/fedarko/strainFlye/blob/0458989ce3dd6c13c5dd99a4fde776b27d71535d/strainflye/call_utils.py#L580-L627
Can keep everything in terms of integers (1 = 0.01%, 15 = 0.15%, 200 = 2%, etc.) and just adjust the p-mutation calling function to handle this as a comparison between integers.
Probably fine as is, tho.