BioGraPy icon indicating copy to clipboard operation
BioGraPy copied to clipboard

Biological Graphic tool in Python

Results 9 BioGraPy issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use BioGrapy and i get this error: ModuleNotFoundError: No module named 'drawer' Do you have an update version of this package? Thanks!

This patch fixes issue "No module named drawer #9"

The tutorial is broken beyond repair, and I don't have a clue about how to start.

I installed biograpy and after import, I get the following error. >>from biograpy import Panel, tracks, features Traceback (most recent call last): File "", line 1, in File "/home/nagaraap/anaconda3/lib/python3.6/site-packages/biograpy-1.0b0.dev0-py3.6.egg/biograpy/__init__.py", line...

After handling the [sub_feature AttributeError](https://github.com/apierleoni/BioGraPy/issues/7), I get another: ``` File "[path]/tracks.py", line 159, in _collapse bbox = fname.get_window_extent(dpi = dpi) TypeError: get_window_extent() got an unexpected keyword argument 'dpi' ``` I'm...

When using the code in [Draw a SeqRecord](http://apierleoni.github.io/BioGraPy/tutorial.html#draw-a-seqrecord), I get the following error: ``` File "[path]/seqrecord.py", line 50, in __init__ self.draw_features() File "[path]/seqrecord.py", line 80, in draw_features if feature.sub_features: AttributeError:...

I tried to use the example in Draw a Blast Output tutorials but I 'm getting this error. What am I missing ? python blast-printer.py Traceback (most recent call last):...

Complete documentation and tutorials

Docs