JAL-2629 add ability to add background frequencies to a HMM
[jalview.git] / src / jalview / datamodel /
2017-08-16 Jim ProcterJAL-2418 source formatting
2017-08-16 kiramtJAL-2665 Added hidden columns group selection - almost...
2017-08-16 kiramtJAL-2665 Added sequence group update event.
2017-08-14 TZVanaaltenJAL-2629 add insert sequence at method on alignment
2017-08-14 TZVanaaltenJAL-2629 fix incorrect gap insertions on HMM sequence
2017-08-11 TZVanaaltenJAL-2629 add ability to build a HMM from a group
2017-08-11 TZVanaaltenJAL-2599 HMMs can now be dropped onto the desktop
2017-08-10 TZVanaaltenJAL-2629 hmmalign now correctly creates a new frame
2017-08-09 gmungocJAL-2480 inline one method, improve comments
2017-08-08 TZVanaaltenJAL-2599 fix for index issue on node lookup
2017-08-04 TZVanaaltenJAL-2629 multiple HMMs can now be dropped onto an alignment
2017-08-02 TZVanaaltenJAL-2599 fix for information annotation buttons
2017-08-01 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-31 TZVanaaltenJAL-2629 add hmmalign command
2017-07-27 TZVanaaltenJAL-2629 implement hmmbuild
2017-07-27 TZVanaaltenJAL-2629 moved HMM storage location to placeholder...
2017-07-26 TZVanaaltenJAL-2629 HMMs now map to reference annotation if exists
2017-07-24 tzvanaaltenJAL-2616 add placeholder sequence for HMM, does not...
2017-07-24 gmungocspike branch updated from latest features/JAL-2446
2017-07-22 kiramtMerge branch 'develop' into feature/JAL-2611
2017-07-20 TZVanaaltenJAL-2599 small code improvements
2017-07-19 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-18 TZVanaaltenJAL-2599 complete documentation for HMM and HMMFile...
2017-07-18 TZVanaaltenJAL-2599 modified state transition probability storage
2017-07-14 TZVanaaltenadd partial button fix to annotation and statistics... features/hmmer_statistics
2017-07-13 kiramtJAL-2613 Unit tests and a fix. Phew.
2017-07-12 TZVanaaltentest HMM annotaTION
2017-07-11 TZVanaaltencomplete Information Content annotation
2017-07-05 gmungocJAL-147 additions to unit test, check for negative...
2017-07-05 gmungocJAL-147 prevent overview box move up over hidden first...
2017-06-30 gmungocJAL-2505 correct handling of change of feature type
2017-06-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-29 TZVanaaltenadd information content calculations
2017-06-29 TZVanaaltentransferred the storage position of the HMM to annotations
2017-06-29 kiramtJAL-2597 Fix and unit test bug/JAL-2597
2017-06-27 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-24 gmungocMerge branch 'features/JAL-2446NCList' into spikes...
2017-06-24 gmungocJAL-2547 fix case of gap followed by enclosing contact...
2017-06-24 gmungocMerge branch 'features/JAL-2446NCList' into spikes...
2017-06-23 gmungocJAL-1858 handle hidden columns when computing region...
2017-06-23 TZVanaaltentest HMMER colour scheme
2017-06-23 TZVanaaltenadd HMMER colour scheme
2017-06-22 gmungocJAL-2481 JAL-2593 JAL-2526 further optimisation of...
2017-06-22 TZVanaaltenfully integrate HMMER3 file format into Jalview
2017-06-22 gmungocJAL-2480 simpler and safer test to avoid adding duplicates
2017-06-21 gmungocJAL-2480 tidy generic initialisations, SequenceFeatures...
2017-06-20 TZVanaaltenrestructure file exporter
2017-06-20 gmungocJAL-2526 don't retain lastColumnPosition from an invali...
2017-06-15 gmungocMerge branch 'bug/JAL-2386groupConservationColouring...
2017-06-15 TZVanaaltenadd HMMFile class to read and write HMM files
2017-06-15 TZVanaaltenUpdate HiddenMarkovModel class
2017-06-14 gmungocJAL-2598 Sequence.getSequence return a copy of the...
2017-06-12 kiramtJAL-2591 Updates following code review
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-06-09 TZVanaaltenAdd HiddenMarkovModel class
2017-06-09 gmungocJAL-2480 tidy javadoc
2017-06-08 gmungocJAL-2526 correct boundary conditions for sequence left...
2017-06-08 gmungocJAL-2386 JAL-2570 use ResidueShader copy constructor... bug/JAL-2386groupConservationColouring
2017-06-08 kiramtJAL-2591 Refactor HiddenColumns to use ArrayList instea...
2017-06-08 kiramtJAL-2591 More HiddenColumns refactoring. Tests passing.
2017-06-08 gmungocJAL-2526 cache first/last residue column positions...
2017-06-08 gmungocJAL-2526 reuse findIndex result if start==end
2017-06-07 kiramtJAL-2591 Further refactoring (still incomplete)
2017-06-07 kiramtJAL-2591 More refactoring (incomplete)
2017-06-07 kiramtJAL-2591 Hidden columns regions can be output to string...
2017-06-07 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-07 kiramtJAL-2591 updated HiddenColumns::findHiddenRegionPositio...
2017-06-07 gmungocJAL-2386 ensure group conservation shading is applied...
2017-06-07 kiramtJAL-2591 simplifying hidden columns usage
2017-06-06 kiramtJAL-2591 Added readwrite locking on HiddenColumns
2017-06-06 gmungocJAL-2526 less stringent test for invalid cursor
2017-06-06 kiramtMerge remote-tracking branch 'origin/bug/JAL-2576'...
2017-06-05 Jim ProcterMerge branch 'bug/JAL-2576' into develop
2017-06-05 gmungocJAL-2505 comments updated
2017-06-05 gmungocJAL-2480 remove redundant method, further test coverage
2017-06-05 gmungocJAL-2505 explicit (and final) contactFeature property
2017-06-05 gmungocMerge branch 'features/JAL-2526sequenceCursor' into
2017-06-05 gmungocMerge branch 'features/JAL-2446NCList' into
2017-06-05 gmungocMerge branch 'features/JAL-2446NCList' into features/JAL-2526sequenceCursor
2017-06-05 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-04 Jim ProcterJAL-2291 get bitset representing hidden columns
2017-06-04 Jim ProcterJAL-2291 method taking a BitSet for hiding columns
2017-06-04 Jim ProcterJAL-2291 bug fix - BitSet.set is [start,end+1)
2017-06-04 Jim ProcterJAL-2291 SequenceI.getInsertionsAsBits for convenient...
2017-06-02 gmungocJAL-2526 additional tests for findPosition with/without...
2017-06-02 kiramtJAL-2576 Proposed fix bug/JAL-2576
2017-06-02 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-01 gmungocJAL-2526 additional calls to sequenceChanged() after...
2017-06-01 gmungocJAL-2526 zapCursor() renamed sequenceChanged()
2017-06-01 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-01 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-01 gmungocJAL-2754 Sequence.findFeatures(fromCol, toCol) features/JAL-2754findFeaturesByColumn
2017-05-31 Jim ProcterMerge branch 'JAL-2571' into develop
2017-05-30 kiramtJAL-2571 Corrected alignment width/height checks to...
2017-05-30 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-05-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-30 gmungocJAL-2570 don't zap group colour scheme when mapping...
2017-05-30 gmungocJAL-2526 first draft of findIndex/findPosition with...
2017-05-29 Jim ProcterMerge branch 'bug/JAL-2034contextchange' into develop
2017-05-29 gmungocMerge branch 'develop' into features/JAL-2446NCList
next