JAL-2050 make SequenceFeature.score final, adjust constructor calls
[jalview.git] / src / jalview / datamodel /
2017-05-25 gmungocJAL-2050 make SequenceFeature.score final, adjust const...
2017-05-25 gmungocJAL-2505 simplifying number of SequenceFeature construc...
2017-05-24 gmungocJAL-2505 make SequenceFeature type, begin, end, feature...
2017-05-24 gmungocJAL-2506 relocate Uniprot binding classes, bind to...
2017-05-24 gmungocJAL-2505 remove setters for SequenceFeature.begin,end...
2017-05-24 gmungocMerge branch 'bug/JAL-2541cutWithFeatures' into feature...
2017-05-24 gmungocJAL-2505 JAL-2542 SequenceFeatures.shift() to shift...
2017-05-23 gmungocJAL-2490 tidy code and tests for feature export in...
2017-05-23 gmungocJAL-2480 methods to get features for group
2017-05-22 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-22 gmungocJAL-2480 always include all non-positional features...
2017-05-22 kiramtMerge remote-tracking branch 'origin/bug/JAL-2256'...
2017-05-22 Jim ProcterJAL-2418 patch build - broken htsjdk import
2017-05-18 Jim ProcterJAL-2388 return empty hidden columns for fully visible...
2017-05-18 gmungocJAL-2541 fix to initSeqFrom (and minor code tidy);...
2017-05-18 kiramtJAL-2256 Corrected AllCols/Rows iterator behaviour... bug/JAL-2256
2017-05-16 gmungocJAL-2505 unreachable code (for many years) removed
2017-05-16 gmungocJAL-2505 set helix number as feature group in SequenceF...
2017-05-16 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-16 kiramtJAL-2388 Rationalised hashCode method in HiddenColumns
2017-05-15 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-12 gmungocJAL-2525 get sequence features for Ontology term(s...
2017-05-12 gmungocJAL-2480 more efficient contains check on add; tidied...
2017-05-12 Jim ProcterMerge branch 'features/JAL-2388OverviewWindow' into...
2017-05-11 Jim ProcterJAL-2507 test if an annotation is ‘whitespace’
2017-05-11 Jim ProcterJAL-2507 Annotation.EMPTY_ANNOTATION - non-null whitesp...
2017-05-09 gmungocJAL-2480 include sequenceFeatureStore in createDatasetS...
2017-05-09 gmungocJAL-2505 use constructors to set (what will be) final...
2017-05-08 gmungocJAL-2505 refactored SequenceFeature construction so...
2017-05-08 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-05 kiramtMerge remote-tracking branch
2017-05-05 kiramtMerge remote-tracking branch 'origin/develop' into features/JAL-2388hiddencolumnschanges
2017-05-05 kiramtMerge remote-tracking branch 'origin/develop' into
2017-05-04 gmungocJAL-2505 delete and readd amended sequence feature
2017-05-04 gmungocJAL-2480 JAL-2505 guard against duplicating links
2017-05-03 Jim ProcterJAL-2503 AlignmentAnnotation.isQuantitative() test
2017-05-03 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-02 Jim ProcterMerge branch 'develop' into features/JAL-2393customMatrices
2017-05-02 Jim ProcterMerge branch 'bug/JAL-2424getVisibleContigs' into develop
2017-04-28 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-04-28 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-04-27 Jim ProcterJAL-2494 fix: updated behaviour for SequenceGroup.findA...
2017-04-27 Jim ProcterJAL-2494 fixed behaviour for null parameters in line...
2017-04-27 Jim ProcterJAL-2494 javadoc for AnnotatedCollectionI.findAnnotations
2017-04-27 gmungocJAL-2492 use SequenceFeatures.getNonPositionalFeatures()
2017-04-27 gmungocJAL-2480 don't allow null type in SequenceFeature
2017-04-26 kiramtMerge remote-tracking branch 'origin/features/JAL-2388h...
2017-04-26 kiramtJAL-2388 last separation of hidden columns/col selection
2017-04-26 gmungocJAL-2490 findFeaturesAtRes with performant feature...
2017-04-26 kiramtJAL-2388 Tidies and unit tests
2017-04-25 kiramtJAL-2388 Working hidden regions hide/show in desktop
2017-04-24 kiramtMerge remote-tracking branch
2017-04-24 kiramtJAL-2388 Finished split of hidden columns and selected...
2017-04-24 gmungocJAL-2424 final contig now an inclusive range bug/JAL-2424getVisibleContigs
2017-04-24 kiramtJAL-2388 Hidden cols separated from column selection...
2017-04-21 kiramtJAL-2388 Alignment col and row collections with iterators
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 kiramtMerge remote-tracking branch 'origin/develop' into
2017-04-19 gmungocJAL-2483 use SequenceFeatures to look up groups, types...
2017-04-18 gmungocJAL-2480 subtract from total length on deleting feature
2017-04-18 gmungocJAL-2480 test coverage / bug fixes / javadoc
2017-04-18 gmungocJAL-2480 SequenceFeaturesI encapsulates features api
2017-04-17 gmungocJAL-2446 comment updates
2017-04-17 gmungocJAL-2446 promote Range from test to src to replace...
2017-04-17 gmungocJAL-2446 tidied up / generalised binary search in Featu...
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-10 gmungocJAL-2446 FeatureStore.isEmpty() added
2017-04-07 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-04-07 gmungocJAL-2446 fix size maintenance during add
2017-04-07 gmungocJAL-2446 added delete/contains to pseudo-random tests...
2017-04-06 gmungocJAL-2446 added contains, delete, checks for inclusion...
2017-04-06 gmungocJAL-2446 pseudo-random test of findOverlaps, bug fix...
2017-04-05 gmungocJAL-2446 various get and find methods added with test...
2017-04-05 gmungocJAL-2446 method isNonPositional() added
2017-04-03 gmungocJAL-2446 pseudo-random generator unit test, and fixes...
2017-03-31 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-03-31 gmungocJAL-2405 additional checks for circular reference in...
2017-03-30 gmungocMerge branch 'develop' into bug/JAL-2346annotationChoice
2017-03-29 kiramtJAL-2388 New rendering code, extensions to support...
2017-03-29 kiramtJAL-2388 New iterators and tests
2017-03-23 gmungocMerge branch 'develop' into features/JAL-2393customMatrices
2017-03-21 gmungocMerge branch 'develop' into features/JAL-2446NCList features/JAL-653_JAL-1766_htslib_refseqsupport
2017-03-21 Jim ProcterMerge branch 'features/JAL-2388OverviewWindow' into...
2017-03-20 gmungocJAL-2446 FeatureStore with NCList - work in progress
2017-03-17 kiramtJAL-2437 Synchronization corrections and unit tests
2017-03-17 kiramtJAL-2388 Renamed column and row subtraction functions
2017-03-15 kiramtJAL-2388 Unit tests and tidies
2017-03-14 kiramtJAL-2388 New hidden cols/seqs functions to support...
2017-03-10 kiramtJAL-2437 Fixed reordering of sequences when hiding...
2017-03-07 kiramtJAL-2388 Missed commit
2017-03-07 kiramtMerge remote-tracking branch 'origin/develop' into...
2017-03-07 kiramtJAL-2429 findColumnPosition returns 0 for cols in regio...
2017-03-07 kiramtJAL-2429 Additional fix to ColumnSelection when hidden...
2017-03-03 kiramtJAL-2429 Fix to ColumnSelection::findColumnPosition
next