I’ve been collecting metrics using Picard “CollectMultipleMetrics” and using the output in multiqc. The report manages to process several of the input files, but not all. In particular, I have generated RnaSeqMetrics but they are not picked up.
The files are in the working directory, and as far as I can tell, they have the expected format. There’s no mention of anything in the logs (using -v)…so I’m a little stumped.
I’d appreciate a pointer to something I could look at to make multiqc notice the rna_seq metric files.
I played around with this a little and it seems that the fact that I got this metric file from CollectMultipleMetrics, throws off MultiQC. Strangly enough, other metrics collected in the same manner are not affected, for example InsertSizeMetrics.
Thanks - Picard is a bit of a nightmare in that the output headers can be extremely variable. The search patterns need tweaking quite frequently as people find various combinations that don’t match. Can take a look, but based on your description this likely needs to be a GitHub issue with a code change to be honest.