VoigtLab / dnaplotlib

DNA plotting library for Python
MIT License
287 stars 73 forks source link

Ability to annotate SBOL designs #4

Closed chofski closed 8 years ago

chofski commented 8 years ago

Often designs need to be annotated in multiple places to highlight for example primer binding sites. These are not necessarily part of the original design, but are required in the visualisation. Such an ability needs to be integrated into the library - annotate type function would work well.

chofski commented 8 years ago

Fix has been committed. There is now an annotate function in the DNArenderer object that will overlay the rendering of a particular part on a design. This required the addition of an order_add option to allow for parts to be raised from the normal rendering plane.