-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors in MultiQC ("quantms" module) #186
Comments
One more problem related to the two-tables experimental design file:
I know technically the input file isn't in the correct format, but presumably the code could be made more robust by stripping whitespace when reading the file. |
I see some other problems in that experimental design parsing. Mostly related to sanity checks. What if someone mistakenly has an empty line in the beginning of the file? That will result in the whole experimental design not being read in. See https://github.com/bigbio/pmultiqc/blob/13208f07545a0bd67b329ad1f9ff3e3f728e7996/pmultiqc/modules/quantms/quantms.py#L201-L203 |
I've encountered two errors in the "quantms" module for MultiQC during the "pmultiqc" step:
mzML_name
variable is not initialised in the Python code (see https://github.com/bigbio/pmultiqc/blob/main/pmultiqc/modules/quantms/quantms.py#L1154-L1175).The text was updated successfully, but these errors were encountered: