We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I tried to create a Genome object, I received the following error:
from pyGeno.Genome import * g = Genome(name = "GRCh37.75")
KeyError: "Couldn't find any object that fit the arguments you've prodided to the constructor".
I installed pyGeno with pip.
Thanks.
The text was updated successfully, but these errors were encountered:
I am having the same issue. Could you explain how you fix it? Thank you!
Sorry, something went wrong.
You should first import the genome, you can do it by using the bootstrap module as show here.
No branches or pull requests
Hi,
When I tried to create a Genome object, I received the following error:
KeyError: "Couldn't find any object that fit the arguments you've prodided to the constructor".
I installed pyGeno with pip.
Thanks.
The text was updated successfully, but these errors were encountered: