Class TestCasesGenomicSequences
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.unity.TestCasesGenomicSequences
-
public class TestCasesGenomicSequences extends java.lang.Object
Test case
-
-
Constructor Summary
Constructors Constructor Description TestCasesGenomicSequences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test_01()
Create many small chromosomes, check that they are saved in only one sequences.bin file Test that we can recover the exact sequencesvoid
test_02()
Create many small chromosomes and a few large ones.
-
-
-
Method Detail
-
test_01
public void test_01()
Create many small chromosomes, check that they are saved in only one sequences.bin file Test that we can recover the exact sequences
-
test_02
public void test_02()
Create many small chromosomes and a few large ones. Check that all small chromosomes are saved in only one sequences.bin file and the large ones are saved into separate files Test that we can recover the exact sequences
-
-