-
Notifications
You must be signed in to change notification settings - Fork 606
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
multiqc_general_stats.txt
not output when beeswarm plot
#1861
Comments
I guess that this is because the general stats table becomes a beeswarm plot when you hit 500 samples: https://multiqc.info/docs/#tables--beeswarm-plots I agree that the exported filename suddenly changing (hopefully not disappearing completely, but maybe??) is not ideal behaviour though :/ |
Short term fix is to set |
I'll give that a shot! Unlike most, I'm not very interested in the html output, just the text file that's then read in by our metadata processing scripts. BTW, the there is no other text (csv/tsv) file that's output with info that's in |
multiqc_general_stats.txt
not output w/ 1634 samplesmultiqc_general_stats.txt
not output when beeswarm plot
for posterity, we successfully solved this problem by adding multiqc -v -p -ip -f --data-dir --data-format tsv --cl-config "max_table_rows: 3000" --filename $REPORTNAME --outdir $DIR $DIR |
Great! Glad it's working for you. I'll leave this issue open to look into saving that results text file even when we switch to beeswarm. |
Yeah, beeswarm plots weren't saving any data to Added in bd976bb so should hopefully work as expected now. Filename method is consistent with tables, so the output file should be the same whether it's over the beeswarm threshold or not from now on. Thanks for reporting! |
Description of bug
First, thank you for making and maintaining multiqc, it's great!
Now the issue. I'm wondering if there's a way to change the threshold sample value that triggers the
multiqc_general_stats.txt
file to not be output?I've spent some time combing over the documentation, issues, web searches, and asked chatgpt, but am coming up empty, unless I start modifying/creating a config file.
I thought by forcing interactive plots that
multiqc_general_stats.txt
would also be forced to be output, but that's not the case. The general stats interactive plot is produced in the html. According to the log, the module that's being run is:multiqc:modules:fastqc:fastqc
. FWIW, the code below has worked as expected, producingmultiqc_general_stats.txt
for many data sets.Version: 1.13
Commands:
File that triggers the error
No response
MultiQC Error log
No response
The text was updated successfully, but these errors were encountered: