ponnhide / pyCircos

python Circos
GNU General Public License v3.0
334 stars 66 forks source link

pyCircos implementation #2

Closed KonoganB closed 2 years ago

KonoganB commented 5 years ago

Hello! i'd like to implement pyCircos into my Tool, but I do not manage to do it with the given doc. I can't even run the example scripts. Would you mind helping me out?

ponnhide commented 5 years ago

Sorry for my late response and thank you for interesting with my pyCircos. I made pyCricos as just hobby scripts, so I didn't manage in recent. However, I have the plan to update the pyCircos within a month and I'll prepare curated README. Please wait and sorry for the inconvenience.

akukalev commented 3 years ago

Hi, same question from my side. I was excited to find a python package for circos plots, but I'm not even able to run examples code. It would be really nice to see more details and/or validated examples.

ponnhide commented 3 years ago

I'm sorry for the inconvenience. Which kind of error did you face?

bw2 commented 3 years ago

One that currently doesn't work is this line https://github.com/ponnhide/pyCircos/blob/master/sample/eukaryote1/eukaryote1.py#L25 produces AttributeError: module 'pycircos' has no attribute 'GENOME'

bw2 commented 3 years ago

I see the main class is now called Gcircle, and the tutorial / how_to_use example does work.