Class TestCasesIntegrationVcfs
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.integration.TestCasesIntegrationVcfs
-
public class TestCasesIntegrationVcfs extends java.lang.Object
VCF annotations test cases- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description TestCasesIntegrationVcfs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
create1kgFile()
Creates a test filevoid
test_01_vcf_bed_filter()
void
test_02_Annotating_LOF_Spaces()
Annotating LOF / NMD using a geneName that contains spaces triggers an Exception (it shouldn't happen)void
test_03_do_not_annotate_non_variants()
Non-variant VCF entries should be skipped (i.e.
-
-
-
Method Detail
-
create1kgFile
public static void create1kgFile() throws java.io.IOException
Creates a test file- Throws:
java.io.IOException
-
test_01_vcf_bed_filter
public void test_01_vcf_bed_filter()
-
test_02_Annotating_LOF_Spaces
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
public void test_03_do_not_annotate_non_variants()
Non-variant VCF entries should be skipped (i.e. no annotation should be added)
-
-