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
The reason that MultiQC wasn't working is because your JSON file is not what MultiQC (or, I guess, you) is expecting:
30596
This is technically valid JSON, so the existing check that the JSON file can be parsed went through ok. However, as soon as the code tried to load anything in the file it crashed.
I've updated MultiQC to check that at least one expected key is present. Now instead of a hard crash you get an error message that the log file could not be parsed.
Description of bug
I got this error regarding fastp's JSON file:
File that triggers the error
5fastp.json.zip
MultiQC Error log
The text was updated successfully, but these errors were encountered: