bioforensics / MicroHapulator

Tools for empirical microhaplotype calling, forensic interpretation, and simulation.
https://microhapulator.readthedocs.io/
Other
6 stars 1 forks source link

Conditional plotting of read length distributions vs. a summary table #140

Closed standage closed 2 years ago

standage commented 2 years ago

The mhpl8r pipe report includes a module for plotting read length distributions.

Screen Shot 2022-06-17 at 2 42 48 PM

However, when all samples have uniform read lengths, you end up with something like...this.

Screen Shot 2022-06-17 at 2 42 55 PM

This PR replaces these plots with a table of read lengths, when and only when all samples have uniform lengths.

Screen Shot 2022-06-17 at 2 43 03 PM

Closes #137.