Clinical-Genomics / BALSAMIC

Bioinformatic Analysis pipeLine for SomAtic Mutations In Cancer
https://balsamic.readthedocs.io/
MIT License
44 stars 16 forks source link

Correct tool name in Sentieon Dedup metrics #1290

Closed mathiasbio closed 3 weeks ago

mathiasbio commented 10 months ago

Need

In order to make multiqc pick up the Sentieon Dedup metrics file containing the PERCENT_DUPLICATES I had to trick it that it was a report from picard markduplicates (which produce a similar report). This at least allowed us to trace the duplicates in the multiqc_data.json, but was a not the ideal solution.

I have made an issue on multiqc for request that Sentieon Dedup be added as a module. https://github.com/ewels/MultiQC/issues/2144

Suggested approach

Blockers

mathiasbio commented 3 months ago

Multiqc has been updated with the required feature, so we can update multiqc and test if it now picks up Sentieon QC reports

ivadym commented 3 weeks ago

Adressed here: https://github.com/Clinical-Genomics/BALSAMIC/pull/1441