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:
I am attempting to write a script to execute MultiQC independently on a series of inputs for different lanes / samples, so that I can automate the generation of separate reports for each sample that was multiplexed together in a run. This is to support a Genomics Core that wants to have automatically generated HTML reports to give to their customers, but doesn't want give Customer A a report that includes Customer B's data, for obvious reasons.
Unfortunately, all of my attempts to do so end in a crash on the second invocation of MultiQC, from what appears to be a missing temp directory.
File that triggers the error:
Any valid input file or directory appears to be able to trigger this crash, but "multiqc.run()" must be called more than once in the same Python execution.
MultiQC run details (please complete the following):
Error was triggered by feeding >1 valid input files/directories to the following script:
Description of bug:
I am attempting to write a script to execute MultiQC independently on a series of inputs for different lanes / samples, so that I can automate the generation of separate reports for each sample that was multiplexed together in a run. This is to support a Genomics Core that wants to have automatically generated HTML reports to give to their customers, but doesn't want give Customer A a report that includes Customer B's data, for obvious reasons.
Unfortunately, all of my attempts to do so end in a crash on the second invocation of MultiQC, from what appears to be a missing temp directory.
MultiQC Error log:
File that triggers the error:
Any valid input file or directory appears to be able to trigger this crash, but "multiqc.run()" must be called more than once in the same Python execution.
MultiQC run details (please complete the following):
Error was triggered by feeding >1 valid input files/directories to the following script:
The text was updated successfully, but these errors were encountered: