cortes-ciriano-lab / savana

Somatic structural variant caller for long-read data
Apache License 2.0
43 stars 2 forks source link

Bug: rounding error when stat value is None #10

Closed helrick closed 1 year ago

helrick commented 1 year ago

Error message:

self.stats = {key : round(stat_dict[key], 2) for key in stat_dict}
TypeError: type NoneType doesn't define __round__ method