Class TestCasesIntegrationVcfs
java.lang.Object
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationVcfs
VCF annotations test cases
- Author:
- pcingola
-
Field Summary
Fields inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
BASE_DIR, debug, ignoreErrors, prefixes, shiftHgvs, SHOW_EVERY, testsDir, testType, verbose
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Creates a test filevoid
void
Annotating LOF / NMD using a geneName that contains spaces triggers an Exception (it shouldn't happen)void
Non-variant VCF entries should be skipped (i.e.Methods inherited from class org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationBase
applyTranscript, before, build, buildAndCompare, buildEmbl, buildGeneBank, buildGeneBank, buildGetBuildCmd, buildGff3AndCompare, buildGtfAndCompare, checkHgvs, checkNoChange, checkTranscriptError, compareHgvs, compareHgvs, compareVep, compareVepSO, init, loadSnpEffectPredictor, path, pathClassName, pathMigrate, showTranscripts, showTranscripts, snpEffect, snpEffect, snpEffectCancer
-
Constructor Details
-
TestCasesIntegrationVcfs
public TestCasesIntegrationVcfs()
-
-
Method Details
-
create1kgFile
public static void create1kgFile()Creates a test file -
test_01_vcf_bed_filter
@Test public void test_01_vcf_bed_filter() -
test_02_Annotating_LOF_Spaces
@Test public void test_02_Annotating_LOF_Spaces()Annotating LOF / NMD using a geneName that contains spaces triggers an Exception (it shouldn't happen) -
test_03_do_not_annotate_non_variants
@Test public void test_03_do_not_annotate_non_variants()Non-variant VCF entries should be skipped (i.e. no annotation should be added)
-