
org.snpeff.snpEffect.testCases.unity.TestCasesIntervalTreeOri Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SnpEff Show documentation
Show all versions of SnpEff Show documentation
Variant annotation and effect prediction package.
The newest version!
package org.snpeff.snpEffect.testCases.unity;
import org.snpeff.interval.Markers;
import org.snpeff.interval.tree.IntervalTreeOri;
import org.snpeff.interval.tree.Itree;
/**
* Test case for interval tree structure
*/
public class TestCasesIntervalTreeOri extends TestCasesIntervalTree {
@Override
protected Itree newItree(Markers markers) {
return new IntervalTreeOri(markers);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy