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

Error with cliqueSNV #22

Open
pamelacamejom opened this issue Sep 23, 2022 · 0 comments
Open

Error with cliqueSNV #22

pamelacamejom opened this issue Sep 23, 2022 · 0 comments

Comments

@pamelacamejom
Copy link

pamelacamejom commented Sep 23, 2022

Hi, I am getting this error when I run cliqueSNV with some samples. Could you let me know what this means?

Compute SNV data structurejava.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 352320
	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
	at edu.gsu.start.Start.pacBioSNV(Start.java:211)
	at edu.gsu.start.Start.main(Start.java:69)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 352320
	at edu.gsu.util.builders.SNVStructureBuilder.fillRowsAndCols(SNVStructureBuilder.java:91)
	at edu.gsu.util.builders.SNVStructureBuilder.buildPacBio(SNVStructureBuilder.java:41)
	at edu.gsu.algorithm.SNVPacBioMethod.getHaplotypes(SNVPacBioMethod.java:102)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
SNV got 1 haplotypes
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