JAL-3621 corrected sequence feature sort and test
[jalview.git] / test / jalview / datamodel / features / SequenceFeaturesTest.java
2020-07-27 gmungocJAL-3621 corrected sequence feature sort and test
2019-01-21 gmungocJAL-3187 unit tests updated and errors caught
2018-12-17 Jim ProcterMerge branch 'develop' into bug/JAL-2541cutRelocateFeatures
2018-08-10 gmungocJAL-3076 refactor for more efficient scan of 'gene...
2017-11-06 Jim ProcterMerge branch 'bug/JAL-2541cutRelocateFeatures' into...
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-09-25 gmungocJAL-2525 return no features if none matches ontology...
2017-09-14 gmungocJAL-2541 unit test added
2017-09-14 gmungocJAL-2541 revised cut with features (work in progress)
2017-06-21 gmungocJAL-2480 tidy generic initialisations, SequenceFeatures...
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-06-05 gmungocJAL-2480 remove redundant method, further test coverage
2017-05-24 gmungocJAL-2505 JAL-2542 SequenceFeatures.shift() to shift...
2017-05-23 gmungocJAL-2490 unit tests for getFeaturesForGroup
2017-05-23 gmungocJAL-2490 tidy code and tests for feature export in...
2017-05-22 gmungocJAL-2480 always include all non-positional features...
2017-05-12 gmungocJAL-2525 get sequence features for Ontology term(s...
2017-04-27 gmungocJAL-2492 use SequenceFeatures.getNonPositionalFeatures()
2017-04-20 gmungocJAL-2483 JAL-2481 findAllFeatures without scanning...
2017-04-19 gmungocJAL-2480 cache min-max score values per sequence and...
2017-04-19 gmungocJAL-2483 use SequenceFeatures to look up groups, types...
2017-04-18 gmungocJAL-2480 test coverage / bug fixes / javadoc
2017-04-18 gmungocJAL-2480 SequenceFeaturesI encapsulates features api
2017-04-17 gmungocJAL-2446 add call to SequenceFeatures.delete(); use...
2017-04-12 gmungocJAL-2446 getGroups, getFeatures for positional/non...
2017-04-11 gmungocJAL-2446 find feature types for one or more groups...
2017-04-11 gmungocJAL-2446 getFeatureTypesForGroup() added
2017-04-11 gmungocJAL-2446 added getFeatureGroups
2017-04-10 gmungocJAL-2446 SequenceFeatures.hasFeatures() added
2017-04-06 gmungocJAL-2446 added contains, delete, checks for inclusion...
2017-04-05 gmungocJAL-2446 various get and find methods added with test...