JAL-2416 tidy up after switch from ' ' to '-' in score matrices
[jalview.git] / src / jalview / analysis / scoremodels / ScoreMatrix.java
2017-03-27 gmungocJAL-2416 tidy up after switch from ' ' to '-' in score...
2017-03-27 gmungocJAL-2416 score matrix gap symbol (if any) dynamically...
2017-03-27 gmungocJAL-2416 add score model description field for tooltip...
2017-03-27 gmungocJAL-2416 use '-' not space for gap in score matrices
2017-03-23 gmungocJAL-2393 code tidy and comments, PIDDistanceModel depre...
2017-02-28 gmungocJAL-1632 'includeGaps' applied to FeatureDistanceModel...
2017-02-27 gmungocJAL-838 ScoreMatrix now respects SimilarityParams!
2017-02-24 gmungocJAL-838 added 'SeqSpace' PID mode, added parameters...
2017-02-24 gmungocJAL-2403 remove unused ScoreMatrix.symmetric
2017-02-23 gmungocJAL-2403 JAL-1483 changes to ScoreModelI hierarchy...
2017-02-21 gmungocJAL-2416 ScoreMatrix.getMatrix() returns a defensive...
2017-02-21 gmungocJAL-2416 support roundtrip print/parse of ScoreMatrix
2017-02-21 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-02-21 gmungocJAL-2416 more validation in ScoreMatrix constructor
2017-02-20 gmungocJAL-2403 ScoreModelI now DistanceModelI, ScoreMatrix...
2017-02-17 gmungocJAL-2403 redundant 'implements' removed
2017-02-14 gmungocParsing moved to (new) ScoreMatrixFile, drag and drop...
2017-02-13 gmungocJAL-2416 allow alphabet symbol (optional) in first...
2017-02-13 gmungocJAL-1632 JAL-2416 load score matrices from file, as...
2017-02-13 gmungocJAL-1632 first cut of Tree chooser dialog and ScoreMode...