227228229230231232233234235236237
byte[] ref_array = reference.getBases(); // Iterate through loci with enough coverage while (position_iterator.hasMoreElements()) { PositionInfo p = position_iterator.nextElement(); int curp; if (p == null) curp = ref_array.length; else {