Skip to content
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

java.lang.IndexOutOfBoundsException #35

Open
anoronh4 opened this issue Nov 30, 2022 · 0 comments
Open

java.lang.IndexOutOfBoundsException #35

anoronh4 opened this issue Nov 30, 2022 · 0 comments

Comments

@anoronh4
Copy link

I am running Kourami on several samples and ran into the following error with just one sample:

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(ArrayList.java:659)
	at java.util.ArrayList.get(ArrayList.java:435)
	at HLAGraph.pathAlign(HLAGraph.java:1296)
	at HLAGraph.pathAlign(HLAGraph.java:1249)
	at HLAGraph.processBubbles(HLAGraph.java:1043)
	at HLAGraph.countBubblesAndMerge(HLAGraph.java:890)
	at HLA.countBubblesAndMerge(HLA.java:357)
	at HLA.main(HLA.java:585)

This is the only sample out of 39 with this issue. here is my script:

bwa mem -t 2 kourami/db/All_FINAL_with_Decoy.fa.gz sample.hla.1.fastq sample.hla.2.fastq | samtools view -Sb - > mysample.kourami.bam
java -jar /opt/kourami-0.9.6/target/Kourami.jar -d kourami/db/ -o mysample mysample.kourami.bam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant