Zulko

Results 206 comments of Zulko

From what you write, it seems that the conda package was created by @ericmjl for his own convenience, I have no control over that package. Is the ``pip`` installation a...

Hey, there is no feature for a proper popup, sorry, however GraphicFeatures can have an "html" attribute which indicates what appears when you hover the feature in Bokeh (I don't...

I think we never had an origin-spanning feature plotted circularly before (in the preprint figure, there are no origin-spanning annotations but the Graphic Record itself is rotated with ``graphic_record.rotate()`` which...

Sorry, absolutely didnt have time to look into this. I'll try but the next two weeks will be difficult.

I believe a quick fix would be to add ``annotate_inline=False`` on [this line](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer/blob/ca12e192481352e8176eb788c0338b8428f37c9b/dna_features_viewer/GraphicRecord/BokehPlottableMixin.py#L70) so that every feature label appears above its feature (but I havent had time to test it).

In theory it is also possible to ask matplotlib to flip an ax by 90deg (all features and texts will appear vertically) but it is not straightforward. If that would...

Thanks @AdrianVillastrigo . @veghp: Adrian reached out by email with this feature request. I said that it would not be straightforward to implement, but asked that he writes a Github...

Hi @mrmrwinter , > Is there a way to make feature types locked to a given track? Ie, can i lock all transcript features to track 1, exon features to...

Thanks a lot for the comments and screenshots! My two cents: - I see the point in forcing the features to be on a same line. It wouldn't be straightforward...

What happens when you plot 2 sequences in a figure with share_x is: - The library first plots the upper sequence. At this time, it is well plotted, and the...