I’m creating a custom content table with many rows… It works as expected with 400+ rows
But on a larger data set of 2K+ rows, it changed to this:
Is there a default threshold value, 1K ? which triggered this behavior ? Can I switch it off ?
Thank you !
ewels
(Phil Ewels)
July 13, 2024, 6:56am
2
Yup, it’s max_table_rows
. See the docs here:
Great !
I actually tried “no_violin”: True , and it seemed working.
Does it have the exact same effect as ‘max_table_rows’ ?
Thanks again !
btw, while we’re at it… I’m also interested in this link:
Customising order of modules - MultiQC - Seqera Community
Do you have any suggestions ?
Thanks !
ewels
(Phil Ewels)
July 13, 2024, 9:01pm
5
jinfinance:
I actually tried no_violin: True
, and it seemed working.
Does it have the exact same effect as max_table_rows
?
Almost - it just disables the violin plots completely rather than adjusting the threshold at which tables are converted into violin plots (so end result should be the same