Home
last modified time | relevance | path

Searched defs:SeqVertex (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DSeqVertex.java23 public final class SeqVertex extends BaseVertex { class
28 public SeqVertex(final byte[] sequence) { in SeqVertex() method in SeqVertex
36 public SeqVertex(final String sequence) { in SeqVertex() method in SeqVertex
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DSharedVertexSequenceSplitterUnitTest.java218 …te static List<KBestHaplotype<SeqVertex, BaseEdge>> unique(final List<KBestHaplotype<SeqVertex, Ba… in unique()