Package htsjdk.tribble.index
Class TribbleIndexCreator
java.lang.Object
htsjdk.tribble.index.TribbleIndexCreator
- All Implemented Interfaces:
IndexCreator
- Direct Known Subclasses:
DynamicIndexCreator
,IntervalIndexCreator
,LinearIndexCreator
Base class for Tribble-specific index creators.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String key, String value) void
Set the sequence dictionary entries for the index property list.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface htsjdk.tribble.index.IndexCreator
addFeature, finalizeIndex
-
Field Details
-
properties
-
-
Constructor Details
-
TribbleIndexCreator
public TribbleIndexCreator()
-
-
Method Details
-
addProperty
-
setIndexSequenceDictionary
Set the sequence dictionary entries for the index property list.- Specified by:
setIndexSequenceDictionary
in interfaceIndexCreator
- Parameters:
dict
- the dictionary to add to the index.
-