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