org.broad.igv.tdf
Class TDFUtils
java.lang.Object
org.broad.igv.tdf.TDFUtils
public class TDFUtils
- extends java.lang.Object
- Author:
- jrobinso
Method Summary |
static void |
dumpAllTiles(java.lang.String ibfFile)
|
static void |
dumpDatasets(java.lang.String ibfFile)
|
static void |
dumpRange(java.lang.String ibfFile,
java.lang.String dsName,
int startLocation,
int endLocation)
|
static void |
dumpRootAttributes(java.lang.String ibfFile)
|
static void |
dumpSummary(java.lang.String ibfFile)
|
static void |
dumpTile(java.lang.String ibfFile,
java.lang.String dsName,
int tileNumber)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TDFUtils
public TDFUtils()
dumpRootAttributes
public static void dumpRootAttributes(java.lang.String ibfFile)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
dumpDatasets
public static void dumpDatasets(java.lang.String ibfFile)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
dumpAllTiles
public static void dumpAllTiles(java.lang.String ibfFile)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
dumpTile
public static void dumpTile(java.lang.String ibfFile,
java.lang.String dsName,
int tileNumber)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
dumpRange
public static void dumpRange(java.lang.String ibfFile,
java.lang.String dsName,
int startLocation,
int endLocation)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
dumpSummary
public static void dumpSummary(java.lang.String ibfFile)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
- Throws:
java.net.URISyntaxException
java.io.FileNotFoundException
Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved.