At the statistical stage I am getting the error:
"statistics.StatisticsError: mean requires at least one data point"
It comes from line 758
avg_h = statistics.mean(cov_h)
I think it's because I am working with a dataset you probably hadn't expected. I've concatenated multiple prophages, and this leads to prophages that span the entire scaffold. So I guess that would have host-coverage of 0?
Is this the issue?
At the statistical stage I am getting the error:
"statistics.StatisticsError: mean requires at least one data point"
It comes from line 758
avg_h = statistics.mean(cov_h)
I think it's because I am working with a dataset you probably hadn't expected. I've concatenated multiple prophages, and this leads to prophages that span the entire scaffold. So I guess that would have host-coverage of 0?
Is this the issue?