You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of bug:
MultiQC returns a Python ZeroDivisionError on some kraken2 reports.
MultiQC Error log:
Module kraken raised an exception: Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/multiqc/multiqc.py", line 569, in run
output = mod()
File "/usr/lib/python3.8/site-packages/multiqc/modules/kraken/kraken.py", line 60, in __init__
self.sum_sample_counts()
File "/usr/lib/python3.8/site-packages/multiqc/modules/kraken/kraken.py", line 134, in sum_sample_counts
self.kraken_sample_total_readcounts[s_name] = round(float(row['counts_rooted']) / (row['percent'] / 100.0))
ZeroDivisionError: float division by zero
Description of bug:
MultiQC returns a Python ZeroDivisionError on some kraken2 reports.
MultiQC Error log:
File that triggers the error:
kraken_reports.tar.gz
MultiQC run details (please complete the following):
multiqc .
singularity shell docker://ewels/multiqc:1.9
)Additional context
The text was updated successfully, but these errors were encountered: