
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationInsVep 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.integration;
import org.junit.Test;
import org.snpeff.util.Gpr;
/**
* Test random SNP changes
*
* @author pcingola
*/
public class TestCasesIntegrationInsVep extends TestCasesIntegrationBase {
@Test
public void test_03_InsVep() {
Gpr.debug("Test");
compareVep("testENST00000268124", path("testENST00000268124_ins_vep.vcf"), "ENST00000268124");
}
@Test
public void test_04_InsVep() {
Gpr.debug("Test");
compareVep("testHg3770Chr22", path("testENST00000445220_ins_vep.vcf"), "ENST00000445220");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy