#1328 closed defect (fixed)
Index out of bounds exception
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Variant Search v1.3 |
Component: | net.sf.basedb.varsearch | Keywords: | |
Cc: |
Description
For some VCF files I get an error message when trying to view the details:
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 at net.sf.basedb.varsearch.vcf.VcfParser$VcfLine.parseFormat(VcfParser.java:297) at net.sf.basedb.varsearch.vcf.VcfParser$VcfLine.<init>(VcfParser.java:208) at net.sf.basedb.varsearch.vcf.VcfParser.nextLine(VcfParser.java:90) at net.sf.basedb.varsearch.vcf.VcfParser.parseToLine(VcfParser.java:105) ....
The main suspect is an entry with only a single value in the AD tag (eg. 37 instead of 37,0).
Change History (2)
comment:1 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Milestone: | Variant Search extension v1.3 → Variant Search v1.3 |
---|
Milestone renamed
Note:
See TracTickets
for help on using tickets.
In 6404: