JAL-3691 Changed .toUppoerCase().startsWith(...) to .regionMatches(true,...) as upper...
[jalview.git] / src / jalview / io / ScoreMatrixFile.java
2020-08-05 Ben SoaresJAL-3691 Changed .toUppoerCase().startsWith(...) to...
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-08-16 Jim ProcterJAL-2418 add GPL to main sources
2017-08-16 Jim ProcterJAL-2418 source formatting
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-05-02 gmungocJAL-2499 JAL-2403 push 'configure for view' inside...
2017-03-28 gmungocJAL-2416 more test coverage of matrix parser
2017-03-27 gmungocJAL-2416 parse score matrices in either NCBI or AAindex...
2017-03-27 gmungocJAL-2416 class Javadoc updates prior to parsing changes
2017-02-21 gmungocJAL-2416 support roundtrip print/parse of ScoreMatrix
2017-02-17 gmungocJAL-2416 allow space in score matrix name
2017-02-14 gmungocParsing moved to (new) ScoreMatrixFile, drag and drop...