IndexCreator
DynamicIndexCreator
, IntervalIndexCreator
, LinearIndexCreator
public abstract class TribbleIndexCreator extends Object implements IndexCreator
Modifier and Type | Field | Description |
---|---|---|
protected LinkedHashMap<String,String> |
properties |
Constructor | Description |
---|---|
TribbleIndexCreator() |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperty(String key,
String value) |
|
void |
setIndexSequenceDictionary(SAMSequenceDictionary dict) |
Set the sequence dictionary entries for the index property list.
|
addFeature, finalizeIndex
protected LinkedHashMap<String,String> properties
public void setIndexSequenceDictionary(SAMSequenceDictionary dict)
setIndexSequenceDictionary
in interface IndexCreator
dict
- the dictionary to add to the index.