diff --git a/public/java/test/org/broadinstitute/sting/gatk/refdata/utils/TestRMDTrackBuilder.java b/public/java/test/org/broadinstitute/sting/gatk/refdata/utils/TestRMDTrackBuilder.java index 9d14cd74c..4e6fe5939 100644 --- a/public/java/test/org/broadinstitute/sting/gatk/refdata/utils/TestRMDTrackBuilder.java +++ b/public/java/test/org/broadinstitute/sting/gatk/refdata/utils/TestRMDTrackBuilder.java @@ -58,8 +58,8 @@ public class TestRMDTrackBuilder extends RMDTrackBuilder { Index index; try { // Create a feature reader that creates checkable tribble iterators. + index = loadIndex(inputFile, codec); featureReader = new TestFeatureReader(inputFile.getAbsolutePath(), codec); - index = loadFromDisk(inputFile, Tribble.indexFile(inputFile)); } catch (IOException e) { throw new RuntimeException(e); }