coverageEstimate can return coverage None which breaks things
One of my datasets is triggering this line in function coverageEstimate
in tango.py
,
return None,None,None # <-- ???
This then causes multiple problems in command/buildgraph.py
since mathematical operations cannot be performed with None
as the coverage.