IndexCreatorDynamicIndexCreator, IntervalIndexCreator, LinearIndexCreatorpublic 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, finalizeIndexprotected LinkedHashMap<String,String> properties
public void setIndexSequenceDictionary(SAMSequenceDictionary dict)
setIndexSequenceDictionary in interface IndexCreatordict - the dictionary to add to the index.