Class TestCasesFileIndexChrPos
java.lang.Object
org.snpeff.snpEffect.testCases.unity.TestCasesBase
org.snpeff.snpEffect.testCases.unity.TestCasesFileIndexChrPos
Test cases for file index (chr:pos index on files)
- Author:
- pcingola
-
Field Summary
Fields inherited from class org.snpeff.snpEffect.testCases.unity.TestCasesBase
addUtrs, BASE_DIR, chromoBases, chromoSequence, chromosome, codonTable, config, debug, gene, genome, genomeName, maxExons, maxGeneLen, maxTranscripts, minExons, numGenes, onlyMinusStrand, onlyPlusStrand, prefixes, rand, randSeed, shiftHgvs, snpEffectPredictor, spliceRegionExonSize, spliceRegionIntronMax, spliceRegionIntronMin, testType, transcript, verbose
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test getting random lines from a filevoid
Test getting random lines from a filevoid
test_01()
Test : Find beginning of a chromosomevoid
test_02()
Test : Find a linevoid
test_03()
Test : Find a chr:posvoid
test_04()
Test : Find a chr:posvoid
test_05()
Test : Find a chr:pos that does not existsvoid
test_06()
Test : Find a chr:pos that does not existsvoid
test_07()
Test : Find a chr:pos that does not existsvoid
test_10()
void
test_11()
Test : Find a chr:pos that does not existsvoid
test_20()
Test : Find a chr:pos that does not existsvoid
test_21()
Test : Find a chr:pos that does not existsvoid
test_22()
Test : Find a chr:pos that does not existsvoid
test_23()
Test : Dump small portions of a filevoid
test_24()
Test : Dump large portions of a fileMethods inherited from class org.snpeff.snpEffect.testCases.unity.TestCasesBase
after, before, checkApply, checkApplyDel, checkApplyIns, checkApplyMixed, checkApplyMnp, checkApplySnp, checkEffect, checkEffect, formatVersion, hasEffect, init, initRand, initSnpEffPredictor, initSnpEffPredictor, path, pathClassName, prependSequenceToFirstExon
-
Constructor Details
-
TestCasesFileIndexChrPos
public TestCasesFileIndexChrPos()
-
-
Method Details
-
test_00_long_file
@Test public void test_00_long_file()Test getting random lines from a file -
test_00_short_file
@Test public void test_00_short_file()Test getting random lines from a file -
test_01
Test : Find beginning of a chromosome- Throws:
IOException
-
test_02
Test : Find a line- Throws:
IOException
-
test_03
Test : Find a chr:pos- Throws:
IOException
-
test_04
Test : Find a chr:pos- Throws:
IOException
-
test_05
Test : Find a chr:pos that does not exists- Throws:
IOException
-
test_06
@Test public void test_06()Test : Find a chr:pos that does not exists -
test_07
@Test public void test_07()Test : Find a chr:pos that does not exists -
test_10
@Test public void test_10() -
test_11
@Test public void test_11()Test : Find a chr:pos that does not exists -
test_20
@Test public void test_20()Test : Find a chr:pos that does not exists -
test_21
@Test public void test_21()Test : Find a chr:pos that does not exists -
test_22
@Test public void test_22()Test : Find a chr:pos that does not exists -
test_23
@Test public void test_23()Test : Dump small portions of a file -
test_24
@Test public void test_24()Test : Dump large portions of a file
-