JAL-2403 SWDistanceModel now SmithWatermanModel - a similarity model
[jalview.git] / src / jalview / analysis / scoremodels / PIDModel.java
2017-03-27 gmungocJAL-2416 use '-' not space for gap in score matrices
2017-03-24 gmungocJAL-838 move two callers off Comparison.PID and depreca...
2017-02-28 gmungocJAL-1632 'includeGaps' applied to FeatureDistanceModel...
2017-02-27 gmungocJAL-838 ScoreMatrix now respects SimilarityParams!
2017-02-27 gmungocJAL-838 tests for PID calculation with parameter options
2017-02-24 gmungocJAL-838 added 'SeqSpace' PID mode, added parameters...
2017-02-24 gmungocJAL-1483 PIDModel potential replacement for PIDDistance...