// if (endIdx >= 0) {
// int endStopIdx = info.indexOf(";");
// end = Integer.parseInt(info.substring(endIdx+4, endStopIdx));
// }
Genotype gt = null;
double altAlleleFreq = 0.0;
if (line.contains("APRIM")) {
String gtString = fields[9];
if (gtString.equals("0|0")) {