org.utgenome.format.wig
Class WIGDatabaseGenerator

java.lang.Object
  extended by org.utgenome.format.wig.WIGDatabaseGenerator

public class WIGDatabaseGenerator
extends Object

Generating SQLite database of WIG data

Author:
yoshimur

Nested Class Summary
static class WIGDatabaseGenerator.WIGHeaderAttribute
           
static class WIGDatabaseGenerator.WIGHeaderDescription
           
 
Field Summary
static int DATA_SPLIT_UNIT
           
 
Constructor Summary
WIGDatabaseGenerator()
           
 
Method Summary
static void toSQLiteDB(Reader wigInput, String dbName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_SPLIT_UNIT

public static final int DATA_SPLIT_UNIT
See Also:
Constant Field Values
Constructor Detail

WIGDatabaseGenerator

public WIGDatabaseGenerator()
Method Detail

toSQLiteDB

public static void toSQLiteDB(Reader wigInput,
                              String dbName)
                       throws IOException,
                              org.xerial.core.XerialException
Throws:
IOException
org.xerial.core.XerialException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.