All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationNoChange Maven / Gradle / Ivy

The newest version!
package org.snpeff.snpEffect.testCases.integration;

import org.junit.Test;
import org.snpeff.util.Gpr;

/**
 * Test case where VCF entries has no sequence change (either REF=ALT or ALT=".")
 *
 * @author pcingola
 */
public class TestCasesIntegrationNoChange extends TestCasesIntegrationBase {

	public TestCasesIntegrationNoChange() {
		super();
	}

	@Test
	public void test_01() {
		Gpr.debug("Test");
		String args[] = { "-classic", "testHg3766Chr1", path("test.no_change.vcf") };
		checkNoChange(args);
	}

	@Test
	public void test_02() {
		Gpr.debug("Test");
		String args[] = { "-classic", "testHg3766Chr1", path("test.no_change_02.vcf") };
		checkNoChange(args);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy