-
Notifications
You must be signed in to change notification settings - Fork 0
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
inherits(pyr, "pyranges.pyranges.PyRanges") is not TRUE #1
Comments
Can't reproduce this:
What versions of pyranges + pandas are you using and what's your Best,
sessionInfo():
|
Thankyou Hervé Pagès, for your quick response and putting your efforts to a tool that have huge opportunities. Here are my details of the code and R environment. Please note that I am running R under conda environment
|
Looks like you're using a more recent version of the pyranges module (0.0.129, the latest). So it seems that, back in April, the pyranges folks renamed the pyranges.pyranges submodule -> pyranges.pyranges_main (see pyranges/pyranges@74901aa). The change happened in pyranges 0.0.120, but, surprisingly, such breaking change is not mentioned in the CHANGELOG.txt file (see https://github.com/pyranges/pyranges/blob/master/CHANGELOG.txt). The consequence of this change is that the class of the object returned by I commited a small tweak to BiocPyRanges to accomodate for this change (see commit 9c7fb50). The fix is in BiocPyRanges 0.0.2. Let me know if you still run into issues with this new version. Best, |
Can anybody tell what type of error this is, on a given test example?
The text was updated successfully, but these errors were encountered: