Skip to content

falco crashes with multiQC version 1.9 #7

@pbiology

Description

@pbiology

Tried running multiqc on a falco output directory and it crashed. Here is the error log:

[WARNING]          fastqc : Sample had zero reads: 'falco_out | DNA67062_S3_L001_R1_001'
[ERROR  ]         multiqc : Oops! The 'fastqc' MultiQC module broke...
 Please copy the following traceback and report it at https://github.com/ewels/MultiQC/issues
 If possible, please include a log file that triggers the error - the last file found was:
   falco_out/fastqc_data.txt
============================================================
Module fastqc raised an exception: Traceback (most recent call last):
 File "/home/xlinak/conda_envs/conda_med/lib/python3.8/site-packages/multiqc/multiqc.py", line 569, in run
   output = mod()
 File "/home/xlinak/conda_envs/conda_med/lib/python3.8/site-packages/multiqc/modules/fastqc/fastqc.py", line 117, in __init__
   self.overrepresented_sequences()
 File "/home/xlinak/conda_envs/conda_med/lib/python3.8/site-packages/multiqc/modules/fastqc/fastqc.py", line 824, in overrepresented_sequences
   max_pcnt   = max( [ float(d['percentage']) for d in self.fastqc_data[s_name]['overrepresented_sequences']] )
ValueError: max() arg is an empty sequence
============================================================

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions