Package | Description |
---|---|
htsjdk.tribble.index |
Modifier and Type | Method and Description |
---|---|
static <FEATURE_TYPE extends Feature,SOURCE_TYPE> |
IndexFactory.createIntervalIndex(File inputFile,
FeatureCodec<FEATURE_TYPE,SOURCE_TYPE> codec)
create an interval-tree index with the default features per bin count
|
static <FEATURE_TYPE extends Feature,SOURCE_TYPE> |
IndexFactory.createIntervalIndex(File inputFile,
FeatureCodec<FEATURE_TYPE,SOURCE_TYPE> codec,
int featuresPerInterval)
a helper method for creating an interval-tree index
|