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

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: #11

Open
ptranvan opened this issue Apr 7, 2020 · 4 comments
Open

Comments

@ptranvan
Copy link

ptranvan commented Apr 7, 2020

Hi I have this problem after running this command:

java -jar clove-0.17-jar-with-dependencies.jar -i ../De446W2_L1_001.vcf GRIDSS -b ../../bwa_no_M/De446W2_L1_001.sorted.bam -c 13 10 -o De446W2_L1_001_clover.vcf

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
        at au.edu.wehi.clove.Event.classifyAltGridssLumpy(Event.java:660)
        at au.edu.wehi.clove.Event.createNewEventFromGRIDSSOutput(Event.java:584)
        at au.edu.wehi.clove.Clove.main(Clove.java:635)
@ptranvan ptranvan changed the title Exception in thread "main" java.lang.NumberFormatException: For input string: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Apr 7, 2020
@cagaser
Copy link

cagaser commented Dec 16, 2020

Hello, I am having the same issue. Has this been solved?

clove -i gridss.vcf.gz GRIDSS -b sample.markdup.bam -c 32 11 -o gridss.clove.vcf
Reading input...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
        at au.edu.wehi.clove.Event.createNewEventFromGRIDSSOutput(Event.java:582)
        at au.edu.wehi.clove.Clove.main(Clove.java:635)

@lucare
Copy link

lucare commented Feb 25, 2021

Hi,

I am having the same issue. Any ideas on how to resolve.

java -jar clove-0.17-jar-with-dependencies.jar -i sample_gridss.vcf.gz GRIDSS -b sample.bam -c 30 7 -o sample_output.vcf
Reading input...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at au.edu.wehi.clove.Event.createNewEventFromGRIDSSOutput(Event.java:582)
at au.edu.wehi.clove.Clove.main(Clove.java:635)

@robertzeibich
Copy link

I am having the same issue and when I am using the GRIDSS VCF and when I am using the BEDPE, I am getting "Unable to parse input breakpoints". Is there a workaround? Help would be much appreciated.

@robertzeibich
Copy link

robertzeibich commented Jul 7, 2023

I was able to get CLOVE with the BEDPE running. I had to make sure that all the columns contain integer values.

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

4 participants