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
from pyDIOPT import DIOPTRelease release = DIOPTRelease("v8", "h sapiens") # fetching single gene example1 = release.fetch("ENSG00000085117", target_species=None) # fetching several genes example2 = release.fetch( ["MDM2", "TP53"], target_species="mouse", filter="best_match", condensed=False )
It gets this error: import nest_asyncio ModuleNotFoundError: No module named 'nest_asyncio'
Runs perfectly after importing nest_asyncio
The text was updated successfully, but these errors were encountered:
omg firstly there are actually people using this package I can cry
secondly thank you for pointing that out. will fix asap-ish :\ wrapping up on school right now!
Sorry, something went wrong.
akmazian
When branches are created from issues, their pull requests are automatically linked.
It gets this error: import nest_asyncio
ModuleNotFoundError: No module named 'nest_asyncio'
Runs perfectly after importing nest_asyncio
The text was updated successfully, but these errors were encountered: