Package org.snpeff.binseq.indexer
Class OverlapRessult<T extends BinarySequence>
- java.lang.Object
-
- org.snpeff.binseq.indexer.OverlapRessult<T>
-
public class OverlapRessult<T extends BinarySequence> extends java.lang.ObjectAn object used to store overlap parameters
-
-
Field Summary
Fields Modifier and Type Field Description intbestIdlongbestReferenceintbestScoreTbestSequencebooleanreverseWCintstart
-
Constructor Summary
Constructors Constructor Description OverlapRessult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
start
public int start
-
bestScore
public int bestScore
-
bestSequence
public T extends BinarySequence bestSequence
-
bestReference
public long bestReference
-
bestId
public int bestId
-
reverseWC
public boolean reverseWC
-
-