Modified UnitTests to respect reference padding

This commit is contained in:
Mark DePristo 2012-04-06 16:27:20 -04:00
parent 3e29841776
commit c22a66870c
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ public class VariantContextUtilsUnitTest extends BaseTest {
private RepeatDetectorTest(boolean isTrueRepeat, String ref, String refAlleleString, String ... altAlleleStrings) {
super(RepeatDetectorTest.class);
this.ref = ref;
this.ref = "N" + ref; // add a dummy base for the event here
this.isTrueRepeat = isTrueRepeat;
List<Allele> alleles = new LinkedList<Allele>();