-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot compute TSSes or TESes without strand info #6
Comments
Without digging into the issue too much, I have a feeling this might be caused by strange PyRanges stranded vs. unstranded behavior that I've been encountering lately (see this issue). Either way, I recommend installing my version of PyRanges for use with Cerberus. Try this and let me know if it solves your issue! |
This indeed solves this issue, thanks. I have tried older pandas versions (1.3.0 and 1.5.3), but not luck... |
Hi, sorry for the delay. Can you please attach the complete error message stack trace so I can see what line in Cerberus threw the error? Thanks! |
Hi, I also met the same problem (ValueError: Length mismatch: Expected axis has 4 elements, new values have 3 elements). Here is my complete error message trace: |
Using GTF files from GENCODE, I get the following error:
Exception: Cannot compute TSSes or TESes without strand info. Perhaps use extend() or subsequence() or spliced_subsequence() instead?
The text was updated successfully, but these errors were encountered: