public abstract class TribbleIndexCreator extends java.lang.Object implements IndexCreator
| Modifier and Type | Field and Description |
|---|---|
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
properties |
| Constructor and Description |
|---|
TribbleIndexCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(java.lang.String key,
java.lang.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, waitaddFeature, finalizeIndexprotected java.util.LinkedHashMap<java.lang.String,java.lang.String> properties
public void addProperty(java.lang.String key,
java.lang.String value)
public void setIndexSequenceDictionary(SAMSequenceDictionary dict)
setIndexSequenceDictionary in interface IndexCreatordict - the dictionary to add to the index.