Zulko

Results 184 comments of Zulko

@josecarrascore @GreenVars Same answer as for GreenVars: have you installed Cairo on your computer? I will make that clearer in the docs, but the idea is that Gizeh relies on...

Hello @GreenVars @josecarrascore , a fellow Mac user posted the detail of what he installed to make everything work: http://zulko.github.io/blog/2014/09/20/vector-animations-with-python/#comment-1609747524 If you want to give it a try, please tell...

I would not recommend using ReLaXed for a full thesis at this point, it lacks essential features like table of content, inter-section references and I am not sure how well...

Thanks! One nice standard for writing both HTML pages and PDF documents is Markdown with plugins (I really like [Markdown Preview Enhanced](https://shd101wyy.github.io/markdown-preview-enhanced/#/) for instance). ReLaXed with HTML/Pug becomes more useful...

I believe your problem is that you forgot the dot at the end of ``.caption.`` on line 70. It is very important as it tells pug that the next lines...

Unfortunately that's the limitation of the circular display, and the improvements you mention are not easy (a middle step would be to have just top and bottom annotations, but even...

Thanks for offering your help (expect it to be a bit complicated!). The subclass CircularGraphicRecord is defined here: https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer/blob/master/dna_features_viewer/CircularGraphicRecord/CircularGraphicRecord.py This class re-defines some methods like how the features are placed,...

@ghutinet @FruityPerdix there *may* be a trick to do that I am not 100% sure I understand what the expected result is, do you have a screenshot/schema?

This can be done by setting the record's `feature_level_height` to 0, which can be done at record creation of afterwards. Here is a minimal example: ```python from dna_features_viewer import GraphicFeature,...

Hi and thanks for the request. This may take some time to implement unfortunately as this isn't straightforward and we are a bit under the water at the moment.