Home
last modified time | relevance | path

Searched refs:hasConsecutiveIndels (Results 1 – 1 of 1) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/read/
H A DCigarUtils.java116 return !(hasConsecutiveIndels(elems) || startsOrEndsWithDeletionIgnoringClips(elems)); in isGood()
122 private static boolean hasConsecutiveIndels(final List<CigarElement> elems) { in hasConsecutiveIndels() method in CigarUtils