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 TypeMethodDescriptionvoidaddProperty(String key, String value) voidSet 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, waitMethods 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:
setIndexSequenceDictionaryin interfaceIndexCreator- Parameters:
dict- the dictionary to add to the index.
-