chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
272 stars 59 forks source link

Add color picker to candidate alignment graph visualization #220

Closed rlorigro closed 3 years ago

rlorigro commented 3 years ago

This adds a color picker that informs the user of the current color configuration and gives a venn diagram visualization of the relationship between Alignment Candidates, Good Alignments, Read Graph edges, and reference overlaps.

image image

paoloczi commented 3 years ago

Nice! I will merge it as is, but when you can please change writeColorPicker to be a member function of class Assembler. As written, it is a free standing function outside the shasta namespace.