JAL-2473 revised default minimum dimension for Alignment Frame windows
[jalview.git] / src / jalview / analysis /
2017-05-22 gmungocJAL-2544 check feature overlaps selection region
2017-05-16 gmungocJAL-2403 simplify instantiation / configuration of...
2017-05-04 Jim ProcterMerge branch 'features/JAL-2393customMatrices' into...
2017-05-04 Jim ProcterMerge branch 'features/JAL-2393customMatrices' into...
2017-05-03 Jim ProcterJAL-1933 show occupancy in tooltip for row
2017-05-02 gmungocJAL-2499 JAL-2403 push 'configure for view' inside...
2017-04-28 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-04-27 Jim ProcterJAL-1933 shade occupancy from light grey to black for...
2017-04-27 Jim ProcterJAL-1933 don’t show symbol counts under histogram ...
2017-04-12 gmungocJAL-2403 public static methods to convert distance...
2017-04-11 gmungocJAL-2403 improved ScoreModelI hierarchy as per Kira...
2017-04-11 gmungocJAL-2428 Javadoc
2017-04-10 gmungocJAL-2403 unit tests for PCA.computeSimilarity, signatur...
2017-04-10 gmungocJAL-2403 removed remaining jvCalcMode references from PCA
2017-04-09 gmungocJAL-2393 remove unused commented code
2017-04-07 gmungocJAL-2393 code tidying for review comments
2017-03-29 gmungocJAL-2416 JAL-728 reduced dependency on Blosum62 impleme...
2017-03-29 gmungocJAL-2416 revert to '*' not '-' in score matrix, handle...
2017-03-29 gmungocJAL-2416 explicit constant for unknown/unknown identity...
2017-03-28 gmungocJAL-2403 JAL-2416 pairwise score unexpected symbols...
2017-03-28 gmungocJAL-2416 JAL-2403 remove unused '*' row/column from...
2017-03-28 gmungocJAL-2403 further test coverage for ScoreMatrix, min...
2017-03-27 gmungocJAL-2416 parse score matrices in either NCBI or AAindex...
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-2403 SWDistanceModel now SmithWatermanModel - a...
2017-03-27 gmungocJAL-2416 use '-' not space for gap in score matrices
2017-03-27 gmungocJAL-2428 unused method deleted
2017-03-27 gmungocJAL-2403 PIDDistanceModel deleted as superseded by...
2017-03-27 gmungocJAL-2428 pass AlignmentView to TreeModel so Show Input...
2017-03-24 gmungocJAL-2428 simplify TreeModel constructors, add getOrigin...
2017-03-24 gmungocJAL-838 move two callers off Comparison.PID and depreca...
2017-03-23 gmungocJAL-2397 scale PCA by PID to alignment width to match...
2017-03-23 gmungocJAL-838 class javadoc added
2017-03-23 gmungocJAL-2393 code tidy and comments, PIDDistanceModel depre...
2017-03-23 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-03-16 Jim ProcterJAL-1933 refactor parameter for code clarity
2017-03-06 gmungocJAL-2428 correct order of processing in joinClusters()
2017-03-06 gmungocJAL-2428 separate TreeModel from TreeBuilder/NJTree...
2017-03-03 gmungocJAL-2428 use BitSet for clusters and done flags
2017-03-01 gmungocMerge branch 'features/JAL-2295setChimeraAttributes...
2017-02-28 gmungocJAL-1632 'includeGaps' applied to FeatureDistanceModel...
2017-02-27 gmungocJAL-2416 seqspace.scm and PIDDistanceModel replaced...
2017-02-27 gmungocJAL-838 ScoreMatrix now respects SimilarityParams!
2017-02-27 gmungocJAL-838 tests for PID calculation with parameter options
2017-02-27 gmungocJAL-1632 similarity options on TreeChooser panel affect...
2017-02-27 gmungocJAL-1632 add score model params to PCAModel and PCA...
2017-02-27 gmungocJAL-1632 refactored NJTree constructor to include Simil...
2017-02-27 gmungocJAL-2403 JAL-838 remove unused methods and unneeded...
2017-02-24 gmungocJAL-838 added 'SeqSpace' PID mode, added parameters...
2017-02-24 gmungocJAL-1403 preserve range of distance scores for similarity
2017-02-24 gmungocJAL-2403 PIDModel added (wip)
2017-02-24 gmungocJAL-2403 code tidy
2017-02-24 gmungocJAL-1483 PIDModel potential replacement for PIDDistance...
2017-02-24 gmungocJAL-838 first version of PID parameters model
2017-02-24 gmungocJAL-2403 remove unused ScoreMatrix.symmetric
2017-02-24 gmungocJAL-2403 JAL-1483 push 'reverseRange' inside Matrix
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 quality calculation now only depends on loaded...
2017-02-21 gmungocJAL-2416 more validation in ScoreMatrix constructor
2017-02-20 gmungocJAL-2403 ScoreModelI now DistanceModelI, ScoreMatrix...
2017-02-20 gmungocJAL-2416 replaced dependency on ResidueProperties with...
2017-02-20 gmungocJAL-2416 remove unused pep, dna alphabets, unused metho...
2017-02-18 gmungocJAL-2416 better encapsulated 'constants' for BLOSUM62...
2017-02-17 gmungocJAL-2416 BLOSUM62 removed from ResidueProperties
2017-02-17 gmungocJAL-2416 removed DNA and PAM250 matrices from ResiduePr...
2017-02-17 gmungocJAL-2416 scoreMatrices removed from ResidueProperties
2017-02-17 gmungocJAL-2413 extracted new method SetUtils.countDisjunction()
2017-02-17 gmungocJAL-2423 refactored method to build panel title for...
2017-02-17 gmungocJAL-2416 order score models by order of addition rather...
2017-02-17 gmungocJAL-2403 redundant 'implements' removed
2017-02-17 gmungocJAL-2403 extract method refactoring of FeatureScoreMode...
2017-02-17 gmungocJAL-2403 constants for "NJ", "AV"
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...
2017-02-09 gmungocMerge branch 'develop' into features/JAL-2379pcaMemory features/JAL-2379pcaMemory
2017-02-07 gmungocJAL-2379 removed unused commented code
2017-02-06 gmungocJAL-2379 computePairwiseScores() moved to ScoreMatrix
2017-02-03 gmungocJAL-2379 'direct' pairwise score calculation for PCA...
2017-01-26 gmungocMerge branch 'features/JAL-2360colourSchemeApplicabilit...
2017-01-26 gmungocMerge branch 'develop' into features/JAL-2360colourSche...
2017-01-26 gmungocMerge branch 'develop' into features/JAL-2379pcaMemory
2017-01-26 gmungocJAL-2380 code tidy after review
2017-01-17 gmungocJAL-2379 use SparseMatrix for encoded sequences, tidy...
2017-01-04 gmungocJAL-2371 CollectionColourScheme wraps ColourSchemeI
2016-12-16 gmungocJAL-1705 JAL-98 use SortedMap as more accurate type...
2016-12-05 gmungocMerge branch 'features/JAL-1933_occupancy' into feature...
2016-12-04 Jim ProcterJAL-1933 show occupancy count as a tooltip
2016-12-04 Jim ProcterJAL-1933 switch from gap count to occupancy
2016-12-02 gmungocMerge branch 'features/JAL-1933_occupancy' into feature...
2016-12-02 gmungocJAL-1933 gap value as description; minor formatting
2016-12-01 Jim ProcterJAL-1933 update the bounds for the Gap annotation row...
2016-12-01 Jim ProcterJAL-1933 basic hack to get gap counts shown as an annot...
2016-11-23 gmungocMerge branch 'develop' into features/JAL-2295setChimera...
next