Class TestCasesSplit


  • public class TestCasesSplit
    extends java.lang.Object
    SnpSift 'split' test cases
    Author:
    pcingola
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean debug  
      static boolean verbose  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCasesSplit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test_01()
      Split by chromosome
      void test_02()
      Split by number
      void test_03()
      Split and join
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • debug

        public static boolean debug
      • verbose

        public static boolean verbose
    • Constructor Detail

      • TestCasesSplit

        public TestCasesSplit()
    • Method Detail

      • test_01

        public void test_01()
        Split by chromosome
      • test_02

        public void test_02()
        Split by number
      • test_03

        public void test_03()
        Split and join