open2c / MultiQC

Aggregate results from bioinformatics analyses across many samples into a single report.
http://multiqc.info
GNU General Public License v3.0
2 stars 2 forks source link

More pair types are added covering a broader range of pairtools output (walks-policy all) #1

Closed agalitsyna closed 3 years ago

agalitsyna commented 3 years ago

small_fix(utils.py): More pair types added

Walks-policy "all" creates more pair types than other policies (e.g. "uu", which is pair obtained from sequential alignments on one side of the read). Some of these types are a subset of rescued pairs by walks-policy "mask". Thus, they can be colored similarly.

The colors are updated now to treat all types of walks policies and have an interpretable color scheme for all the cases.

sergpolly commented 3 years ago

Thank you !