
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationSnpEff 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.SnpEff;
import org.snpeff.util.Gpr;
/**
* Invoke all integration test cases
*
* @author pcingola
*/
public class TestCasesIntegrationSnpEff extends IntegrationTest {
@Test
public void test_01() {
Gpr.debug("Test");
String expectedOutputFile = path("test.chr1.1line.out.classic.vcf");
String args[] = { "eff", "-classic", "-noHgvs", "-noStats", "-noLog", "-noLof", "testHg3763Chr1", path("test.chr1.1line.vcf") };
command(new SnpEff(args), expectedOutputFile);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy