Home
last modified time | relevance | path

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

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DJunctionTreeKBestHaplotypeFinderUnitTest.java165 …String completePath2 = "AAAACAC"+"G"+"ATGTGCGG"+"A"+"TTTAGAGAG"+"A"+"GGGTTCC"+"A"+"GAGAGATATA"+"G… in testRecoveryOfDroppedPathChoosingMostLikePathDespiteThatPathHavingAWorseScore() local
178 assembler.addSequence("anonymous", getBytes(completePath2), false); in testRecoveryOfDroppedPathChoosingMostLikePathDespiteThatPathHavingAWorseScore()
179 assembler.addSequence("anonymous", getBytes(completePath2), false); in testRecoveryOfDroppedPathChoosingMostLikePathDespiteThatPathHavingAWorseScore()
180 assembler.addSequence("anonymous", getBytes(completePath2), false); in testRecoveryOfDroppedPathChoosingMostLikePathDespiteThatPathHavingAWorseScore()
195 Assert.assertEquals(bestPaths.get(1), completePath2); in testRecoveryOfDroppedPathChoosingMostLikePathDespiteThatPathHavingAWorseScore()