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:
Get TypeError when sample names are heterogeneous when visualizing results in a table. For example two samples named 123 and 456-abc.
File that triggers the error:
#contrived example, but should replicate error example.txt
MultiQC run details (please complete the following):
Using singularity for docker image of multiqc found here https://hub.docker.com/r/staphb/multiqc
Run on HPC cluster running CentOS Linux
Additional note
Issue seems to be unique to table as using other formats, such as bargraph does not produce this error with the same sample names.
Also error resolved if first name changed to 123-abc
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @whottel - looks like I'm being a bit too clever with casting variable types in the code somewhere. Should be fixable by forcing strings for the sort step. I'll look into it when I get a chance 👍
Description of bug:
Get TypeError when sample names are heterogeneous when visualizing results in a table. For example two samples named
123
and456-abc
.MultiQC Error log:
File that triggers the error:
#contrived example, but should replicate error
example.txt
MultiQC run details (please complete the following):
Using singularity for docker image of multiqc found here https://hub.docker.com/r/staphb/multiqc
Run on HPC cluster running CentOS Linux
Additional note
Issue seems to be unique to table as using other formats, such as bargraph does not produce this error with the same sample names.
Also error resolved if first name changed to
123-abc
The text was updated successfully, but these errors were encountered: