-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'GenomeViz' object has no attribute 'add_feature' #55
Comments
Since this is an issue caused by the GenomeViz, maybe you should seek them for better help (we are not the same team and I know little about their implementation). But I think maybe it is caused by the version of your pygenomeviz. As a suggestion provided by the GPT-4o, a potential correction may be:
Best, |
Thank you for your prompt response and the suggested code. However, I am still encountering an error when using the code you provided. The error traceback I am getting is as follows:
Could you please tell me the version of the pygenomeviz package you are using? It might help me identify if the issue is related to version differences. |
please check the API example in https://github.com/moshi4/pyGenomeViz |
The version I am using is 1.4.1 |
I am encountering an AttributeError when trying to use the add_feature method of the GenomeViz class in the pygenomeviz library.(portein-visualization) Here is the code snippet that I am using:
The code results in the following error traceback:
Environment Information:
The text was updated successfully, but these errors were encountered: