-
Notifications
You must be signed in to change notification settings - Fork 33
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
IndexError when running spladder #157
Comments
I have met the same error using command: spladder build -b xxx.bam -a gencode.v39.annotation.gtf -o xxx |
I'm running into this as well, unfortunately.
line, but can't really figure out how it works. @akahles @warrenmcg @izcram @ratsch
Thanks! |
I got this same problem while testing a sample of a bam, but when I tried the complete bam it worked ok. I just mention it because it may help to figure out the problem. |
Has anyone resolved this? I have it both on small datasets and the whole BAM file. I discovered that the problem occurs mainly when aligning with STAR, but not when using BWA. Is there something that needs to be considered? It occurs on exon_skip events: Reporting confirmed exon_skip events: |
I solved that for "my" case. Context: I use a BAM file with a single chromosome for testing. |
Thanks a lot for reporting this. I have difficulty reproducing the issue. Would one of you be able to provide a minimal failing example? This would greatly speed up the debugging on my end. Usually, it should not be a problem if the chromosome/contig sets in alignment and annotation files are not the same. As long as the intersection is not empty, SplAdder should generate output. Best, |
So this basiclally means that no output can be generated? Is there a way to generate normal normal even when no output is going to be generated? |
Description
I use spladder to detect splicing events in one sample with bam file, The command is: spladder build --parallel 20 -b *bam -a gencode.v32.annotation.gtf -o .
But it shows index error below. And one of the file (merge_graphs_mult_exon_skip_C3.confirmed.txt.gz) has incomplete information. The last line is only "chr2 + mult_exon_skip.4684 3 ENSG00000064012.21" and contains no alternative splicing events.
What I Did
The text was updated successfully, but these errors were encountered: