org.utgenome.util.aligner
Class SmithWatermanAligner.Config
java.lang.Object
org.utgenome.util.aligner.SmithWatermanAligner.Config
- Enclosing class:
- SmithWatermanAligner
public static class SmithWatermanAligner.Config
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCH_SCORE
public int MATCH_SCORE
MISMATCH_PENALTY
public int MISMATCH_PENALTY
GAPOPEN_PENALTY
public int GAPOPEN_PENALTY
BSS_ALIGNMENT
public boolean BSS_ALIGNMENT
- for BSS alignment
BSS_CT_MISMATCH_PENALTY
public int BSS_CT_MISMATCH_PENALTY
SmithWatermanAligner.Config
public SmithWatermanAligner.Config()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.