-
Notifications
You must be signed in to change notification settings - Fork 32
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
InvalidIndexError: (slice(None, None, None), 30751) while using coverage plot #493
Comments
Hi @yojetsharma Can you provide the full error output please? All the best, Seppe |
The code in question was run using a different pr_annotation file (i will get back to you on that complete shortly). But the code I tried recently gave the following error (pr_annotation file was the same that is used for pycistopic analysis for this):
/home/praghu/yojetsharma/.conda/envs/scenicplus/lib/python3.11/site-packages/pyranges/methods/intersection.py:52: FutureWarning: In a future version,
|
Hi @SeppeDeWinter, |
Hi @yojetsharma Can you show the output of It looks like it does not have a pr_annotation Best, Seppe |
Hello @SeppeDeWinter
And now after running the following:
Gives the following error:
Am I going wrong with my pr_annotation file? |
Since the previous error showed that "Feature" issue, I tried to solve that by downloading the gtf from https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_32/gencode.v32.annotation.gtf.gz . Then created using that created pr_annotation as follows:
And this is how it looks like now:
Then followed the same code as above to generate the coverage_plot:
I removed the genes_violin_plot parameter as that was giving SliceError. |
The text was updated successfully, but these errors were encountered: