Paul
Paul
Try using the verbose or debug flag to see whats wrong, if you are curious. Else I think reinstalling could solve the issue. ``` ncbi-genome-download --verbose --debug --section genbank -g...
as of now I think this could be considered fixed.
At them moment I do not think it is actually run able but maybe I am wrong @mengqvist?
Also the rendering of the plasmid can be improved. It has some rough edges. Is there a better way to draw arcs with arrowheads in wxpython? Or should we use...
I just got my hands on cairo and wanted to see if drawing is different with it. The coding is fairly simple and the results look good. I will see...
Sounds good. I will see if I can make it as interactive as the GCDC version. As of now I started implementing to draw the features and that works very...
Seems like getting the object in cairo really is kind of impossible. Sadly... I will keep my eyes open if there is a way, but I guess we'll have to...
Yes, I was thinking about this approach too. But I guess it will be very messy, as there is no way of really converting objects from GCDC to cairo. Also...
cairo has a hittest function, alright. So according to this documentation we just would have to save every path or object and then loop trough them whenever there is a...
So, just that you can try it yourself here is my working example code for mouseover. It gets highlighted and looks ok. The code right now is very bad, because...