jalview.git
9 years agoMerge branch 'bug/JAL-998_wrap-sequence-tooltip' into develop
Charles Ofoegbu [Wed, 26 Nov 2014 15:53:57 +0000 (15:53 +0000)]
Merge branch 'bug/JAL-998_wrap-sequence-tooltip' into develop

9 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
Charles Ofoegbu [Wed, 26 Nov 2014 15:53:21 +0000 (15:53 +0000)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

9 years agoJAL-998 fixed empty tooltip bug when only one sequence feature is present
Charles Ofoegbu [Wed, 26 Nov 2014 15:52:36 +0000 (15:52 +0000)]
JAL-998 fixed empty tooltip bug when only one sequence feature is present

9 years agoMerge branch 'JAL-674_fixannotlabels' into develop
Jim Procter [Wed, 26 Nov 2014 14:53:34 +0000 (14:53 +0000)]
Merge branch 'JAL-674_fixannotlabels' into develop

9 years agoMerge branch 'JAL-674_fixannotlabels' into Release_2_8_2_Branch
Jim Procter [Wed, 26 Nov 2014 14:52:59 +0000 (14:52 +0000)]
Merge branch 'JAL-674_fixannotlabels' into Release_2_8_2_Branch

9 years agoJAL-674 make RNAML-extracted secondary structure lines consistent with those from...
Jim Procter [Wed, 26 Nov 2014 14:48:28 +0000 (14:48 +0000)]
JAL-674 make RNAML-extracted secondary structure lines consistent with those from Jmol

9 years agoJAL-1578 fix logic for showing score when no description present
Jim Procter [Wed, 26 Nov 2014 14:47:54 +0000 (14:47 +0000)]
JAL-1578 fix logic for showing score when no description present

9 years agoJAL-674 JAL-1578 commented code for displaying annotation properties in tooltip
Jim Procter [Wed, 26 Nov 2014 14:43:27 +0000 (14:43 +0000)]
JAL-674 JAL-1578 commented code for displaying annotation properties in tooltip

9 years agoJAL-674 friendly name for PDB file included in secondary structure tooltip
Jim Procter [Wed, 26 Nov 2014 14:41:50 +0000 (14:41 +0000)]
JAL-674 friendly name for PDB file included in secondary structure tooltip

9 years agoJAL-674 employ the provided DNA/Protein matrix string when mapping from sequence...
Jim Procter [Wed, 26 Nov 2014 14:41:18 +0000 (14:41 +0000)]
JAL-674 employ the provided DNA/Protein matrix string when mapping from sequence to structure

9 years agoJAL-674 disable addition of PDBRESNUM annotation line
Jim Procter [Wed, 26 Nov 2014 14:40:16 +0000 (14:40 +0000)]
JAL-674 disable addition of PDBRESNUM annotation line

9 years agoJAL-674 nicer temperature factor labelling and include PDB ID
Jim Procter [Wed, 26 Nov 2014 14:39:15 +0000 (14:39 +0000)]
JAL-674 nicer temperature factor labelling and include PDB ID

9 years agoJAL-1528 NullPointer check / more informative PDB fetch status bar
gmungoc [Wed, 26 Nov 2014 14:26:39 +0000 (14:26 +0000)]
JAL-1528 NullPointer check / more informative PDB fetch status bar

9 years agoMerge branch 'bug/JAL-689' into develop
Jim Procter [Tue, 25 Nov 2014 21:48:20 +0000 (21:48 +0000)]
Merge branch 'bug/JAL-689' into develop

9 years agoMerge branch 'bug/JAL-689' into Release_2_8_2_Branch
Jim Procter [Tue, 25 Nov 2014 21:45:56 +0000 (21:45 +0000)]
Merge branch 'bug/JAL-689' into Release_2_8_2_Branch

9 years agofix for JAL-689 ensure fastpainting flag set only when actually fastpainting
Jim Procter [Tue, 25 Nov 2014 21:43:42 +0000 (21:43 +0000)]
fix for JAL-689 ensure fastpainting flag set only when actually fastpainting

9 years agoformatting
Jim Procter [Tue, 25 Nov 2014 21:42:32 +0000 (21:42 +0000)]
formatting

9 years agopatch for JAL-1599 - annotation row constructed by initAutoAnnotation
Jim Procter [Tue, 25 Nov 2014 21:41:55 +0000 (21:41 +0000)]
patch for JAL-1599 - annotation row constructed by initAutoAnnotation

9 years agoMerge branch 'patch_JAL-689' into Release_2_8_2_Branch
Jim Procter [Tue, 25 Nov 2014 21:34:43 +0000 (21:34 +0000)]
Merge branch 'patch_JAL-689' into Release_2_8_2_Branch

9 years agoback out duplicate jfree classpath entry
Jim Procter [Tue, 25 Nov 2014 21:13:10 +0000 (21:13 +0000)]
back out duplicate jfree classpath entry

9 years agoclasspath conflict resolution
Charles Ofoegbu [Tue, 25 Nov 2014 18:02:12 +0000 (18:02 +0000)]
classpath conflict resolution

9 years agomerge commit
Charles Ofoegbu [Tue, 25 Nov 2014 17:49:58 +0000 (17:49 +0000)]
merge commit

9 years agoMerge branch 'features/JAL-1469_svg-output-for-figure-export' into Release_2_8_2_Branch
Charles Ofoegbu [Tue, 25 Nov 2014 17:46:14 +0000 (17:46 +0000)]
Merge branch 'features/JAL-1469_svg-output-for-figure-export' into Release_2_8_2_Branch

9 years agomerge commit features/JAL-1469_svg-output-for-figure-export
Charles Ofoegbu [Tue, 25 Nov 2014 17:43:48 +0000 (17:43 +0000)]
merge commit

9 years agoJAL-1469 Added SVGOptions.java for lineart/text rendering rendering of svg
Charles Ofoegbu [Tue, 25 Nov 2014 17:37:25 +0000 (17:37 +0000)]
JAL-1469 Added SVGOptions.java for lineart/text rendering rendering of svg

9 years agoJFAL-1594 fix Undo bug; enum EditCommand.Action; basic JUnit
gmungoc [Tue, 25 Nov 2014 16:55:09 +0000 (16:55 +0000)]
JFAL-1594 fix Undo bug; enum EditCommand.Action; basic JUnit

9 years agoMerge branch 'JAL-1569_wuss_vienna_broke' into develop
Jim Procter [Mon, 24 Nov 2014 22:17:51 +0000 (22:17 +0000)]
Merge branch 'JAL-1569_wuss_vienna_broke' into develop

9 years agoMerge branch 'JAL-1569_wuss_vienna_broke' into Release_2_8_2_Branch
Jim Procter [Mon, 24 Nov 2014 22:17:25 +0000 (22:17 +0000)]
Merge branch 'JAL-1569_wuss_vienna_broke' into Release_2_8_2_Branch

9 years agoJAL-1593 refactor rna helix colours to static singleton for consistent shading
Jim Procter [Mon, 24 Nov 2014 16:07:45 +0000 (16:07 +0000)]
JAL-1593 refactor rna helix colours to static singleton for consistent shading

9 years agoJAL-1264 update annotation panel dimensions before refresh
Jim Procter [Mon, 24 Nov 2014 16:06:31 +0000 (16:06 +0000)]
JAL-1264 update annotation panel dimensions before refresh

9 years agoJAL-1595 update annotation sort on opening of the 'sort' menu..
Jim Procter [Mon, 24 Nov 2014 16:02:58 +0000 (16:02 +0000)]
JAL-1595 update annotation sort on opening of the 'sort' menu..

9 years agoJAL-1595 annotation score is total number of rna helices
Jim Procter [Mon, 24 Nov 2014 16:01:33 +0000 (16:01 +0000)]
JAL-1595 annotation score is total number of rna helices

9 years agoJAL-1569 interactive editing of secondary structure char for RNA secondary structure
Jim Procter [Sun, 23 Nov 2014 20:18:05 +0000 (20:18 +0000)]
JAL-1569 interactive editing of secondary structure char for RNA secondary structure

9 years agoMerge branch 'JAL-1569_wuss_vienna_broke' into develop
Jim Procter [Sun, 23 Nov 2014 20:10:19 +0000 (20:10 +0000)]
Merge branch 'JAL-1569_wuss_vienna_broke' into develop

9 years agoMerge branch 'JAL-1569_wuss_vienna_broke' into Release_2_8_2_Branch
Jim Procter [Sun, 23 Nov 2014 17:22:05 +0000 (17:22 +0000)]
Merge branch 'JAL-1569_wuss_vienna_broke' into Release_2_8_2_Branch

9 years agoemploy test and secondary structure character for determining base pairing direction...
Jim Procter [Sun, 23 Nov 2014 16:43:54 +0000 (16:43 +0000)]
employ test and secondary structure character for determining base pairing direction for rendering rna annotation

9 years agoJAL-1569 formatting
Jim Procter [Sun, 23 Nov 2014 16:42:55 +0000 (16:42 +0000)]
JAL-1569 formatting

9 years agoJAL-1593 allow per-sequence shading of RNA helix (stored in each annotation element...
Jim Procter [Sun, 23 Nov 2014 16:42:01 +0000 (16:42 +0000)]
JAL-1593 allow per-sequence shading of RNA helix (stored in each annotation element's value field for a paired base)

9 years agoJAL-1569 test for open/close RNA parenthesis character
Jim Procter [Sun, 23 Nov 2014 16:37:33 +0000 (16:37 +0000)]
JAL-1569 test for open/close RNA parenthesis character

9 years agoJAL-1569 formatting
Jim Procter [Sun, 23 Nov 2014 16:35:56 +0000 (16:35 +0000)]
JAL-1569 formatting

9 years agoJAL-1569 refactoring of stockholm test
Jim Procter [Sun, 23 Nov 2014 16:34:42 +0000 (16:34 +0000)]
JAL-1569 refactoring of stockholm test

9 years agoJAL-1569 consistent handling of sequence and alignment associated annotation export...
Jim Procter [Sun, 23 Nov 2014 16:33:59 +0000 (16:33 +0000)]
JAL-1569 consistent handling of sequence and alignment associated annotation export in stockholm

9 years agoJAL-1569 revise tests to count number and type of annotation in each file
Jim Procter [Sun, 23 Nov 2014 16:32:37 +0000 (16:32 +0000)]
JAL-1569 revise tests to count number and type of annotation in each file

9 years agoJAL-1569 formatting
Jim Procter [Sun, 23 Nov 2014 16:31:26 +0000 (16:31 +0000)]
JAL-1569 formatting

9 years agoJAL-1569 preserve input ordering for stockholm files (Hashtable implementation change...
Jim Procter [Sun, 23 Nov 2014 16:29:58 +0000 (16:29 +0000)]
JAL-1569 preserve input ordering for stockholm files (Hashtable implementation changed possibly ?)

9 years agoJAL-1569 remove stdout on parsing RNA
Jim Procter [Sun, 23 Nov 2014 16:22:25 +0000 (16:22 +0000)]
JAL-1569 remove stdout on parsing RNA

9 years agoJAL-1152 avoid NPE on null alignment annotation vector
Jim Procter [Sun, 23 Nov 2014 16:21:34 +0000 (16:21 +0000)]
JAL-1152 avoid NPE on null alignment annotation vector

9 years agoJAL-1528 found and readded Colour by Chain ('rainbow color')
gmungoc [Fri, 21 Nov 2014 14:33:08 +0000 (14:33 +0000)]
JAL-1528 found and readded Colour by Chain ('rainbow color')

9 years agoMerge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview.git...
gmungoc [Fri, 21 Nov 2014 14:30:33 +0000 (14:30 +0000)]
Merge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview.git into Release_2_8_2_Branch

9 years agoJAL-674 add RNA sequence associated annotation to alignment as hidden annotation
Jim Procter [Fri, 21 Nov 2014 09:01:03 +0000 (09:01 +0000)]
JAL-674 add RNA sequence associated annotation to alignment as hidden annotation

9 years agoJAL-1569 formatting
Jim Procter [Fri, 21 Nov 2014 08:59:49 +0000 (08:59 +0000)]
JAL-1569 formatting

9 years agoJAL-1140 sensible name for seuqences in RNAML files that have no ID
Jim Procter [Fri, 21 Nov 2014 08:56:52 +0000 (08:56 +0000)]
JAL-1140 sensible name for seuqences in RNAML files that have no ID

9 years agoJAL-1489 change initial value to distinguish non-rna from valid and invalid RNA struc...
Jim Procter [Fri, 21 Nov 2014 08:55:38 +0000 (08:55 +0000)]
JAL-1489 change initial value to distinguish non-rna from valid and invalid RNA structure with one call to .isValidStructure()

9 years agoJAL-1592 JAL-1489 avoid invalid RNA structure and distinguish alignment associated...
Jim Procter [Fri, 21 Nov 2014 08:54:11 +0000 (08:54 +0000)]
JAL-1592 JAL-1489 avoid invalid RNA structure and distinguish alignment associated from sequence associated structure lines

9 years agoJAL-1569 rna pair code in secondary structure character of annotation
Jim Procter [Thu, 20 Nov 2014 14:54:01 +0000 (14:54 +0000)]
JAL-1569 rna pair code in secondary structure character of annotation

9 years agoJAL-674 JAL-1569 mark RNA helix number in the value field
Jim Procter [Thu, 20 Nov 2014 14:52:22 +0000 (14:52 +0000)]
JAL-674 JAL-1569 mark RNA helix number in the value field

9 years agoJAL-1569 remove log output during RNA secondary structure processing
Jim Procter [Thu, 20 Nov 2014 14:49:36 +0000 (14:49 +0000)]
JAL-1569 remove log output during RNA secondary structure processing

9 years agoJAL-1583 MSA webservice validation
Charles Ofoegbu [Wed, 19 Nov 2014 16:53:36 +0000 (16:53 +0000)]
JAL-1583 MSA webservice validation

9 years agoJAL-1342 new command-line parameter -jabaws <URL>
gmungoc [Wed, 19 Nov 2014 12:55:39 +0000 (12:55 +0000)]
JAL-1342 new command-line parameter -jabaws <URL>

9 years agomerge commit
Charles Ofoegbu [Wed, 19 Nov 2014 12:20:50 +0000 (12:20 +0000)]
merge commit

9 years agoJAL-207 pairwise alignment context patch
Charles Ofoegbu [Wed, 19 Nov 2014 12:05:44 +0000 (12:05 +0000)]
JAL-207 pairwise alignment context patch

9 years agoMerge branch 'bug/JAL-1522_include-installation-details-in-log' into Release_2_8_2_Branch
Charles Ofoegbu [Wed, 19 Nov 2014 11:18:37 +0000 (11:18 +0000)]
Merge branch 'bug/JAL-1522_include-installation-details-in-log' into Release_2_8_2_Branch

9 years agoJAL-1522 included installation details in log output
Charles Ofoegbu [Wed, 19 Nov 2014 11:11:41 +0000 (11:11 +0000)]
JAL-1522 included installation details in log output

9 years agoupdated classpath
Charles Ofoegbu [Tue, 18 Nov 2014 16:46:18 +0000 (16:46 +0000)]
updated classpath

9 years agoMerge branch 'bug/JAL-998_wrap-sequence-tooltip' into Release_2_8_2_Branch
Charles Ofoegbu [Tue, 18 Nov 2014 15:35:57 +0000 (15:35 +0000)]
Merge branch 'bug/JAL-998_wrap-sequence-tooltip' into Release_2_8_2_Branch

9 years agomodified classpath
Charles Ofoegbu [Tue, 18 Nov 2014 15:32:18 +0000 (15:32 +0000)]
modified classpath

9 years agoJAL-998 tooltip wrapping
Charles Ofoegbu [Tue, 18 Nov 2014 15:28:07 +0000 (15:28 +0000)]
JAL-998 tooltip wrapping

9 years agoJAL-1349 rebuild Web Service menu after add/delete preset
gmungoc [Tue, 18 Nov 2014 15:15:34 +0000 (15:15 +0000)]
JAL-1349 rebuild Web Service menu after add/delete preset

9 years agoJAL-1582 removing finalize() as may have unexpected behaviour
gmungoc [Tue, 18 Nov 2014 15:01:30 +0000 (15:01 +0000)]
JAL-1582 removing finalize() as may have unexpected behaviour

9 years agoJAL-1583 MSA webservice client side validation
Charles Ofoegbu [Tue, 18 Nov 2014 14:39:51 +0000 (14:39 +0000)]
JAL-1583 MSA webservice client side validation

9 years agoJAL-1582 quicker tooltip on service presets (and code formatting).
gmungoc [Tue, 18 Nov 2014 14:11:39 +0000 (14:11 +0000)]
JAL-1582 quicker tooltip on service presets (and code formatting).

9 years agoJAL-1349 refresh menu presets after 'create' new
gmungoc [Tue, 18 Nov 2014 13:40:04 +0000 (13:40 +0000)]
JAL-1349 refresh menu presets after 'create' new

9 years agoJAL-1580 Chimera path tooltip, removed focusListener
gmungoc [Tue, 18 Nov 2014 11:51:46 +0000 (11:51 +0000)]
JAL-1580 Chimera path tooltip, removed focusListener

9 years agoMerge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview.git...
gmungoc [Tue, 18 Nov 2014 11:32:25 +0000 (11:32 +0000)]
Merge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview.git into Release_2_8_2_Branch

9 years agoMerge branch 'JAL-1587_promotedisorder' into develop
Jim Procter [Tue, 18 Nov 2014 09:57:09 +0000 (09:57 +0000)]
Merge branch 'JAL-1587_promotedisorder' into develop

9 years agoMerge branch 'JAL-1587_promotedisorder' into Release_2_8_2_Branch
Jim Procter [Tue, 18 Nov 2014 09:56:53 +0000 (09:56 +0000)]
Merge branch 'JAL-1587_promotedisorder' into Release_2_8_2_Branch

9 years agoJAL-674 make temperature factor, local secondary structure and service based secondar...
Jim Procter [Tue, 18 Nov 2014 09:52:35 +0000 (09:52 +0000)]
JAL-674 make temperature factor, local secondary structure and service based secondary structure processing configurable

9 years agoJAL-674 JAL-1512 JAL-1333 documentation
Jim Procter [Tue, 18 Nov 2014 09:44:36 +0000 (09:44 +0000)]
JAL-674 JAL-1512 JAL-1333 documentation

9 years agoJAL-1517 JAL-1587 JAL-674 secondary structure and annotation from prediction services...
Jim Procter [Mon, 17 Nov 2014 17:14:23 +0000 (17:14 +0000)]
JAL-1517 JAL-1587 JAL-674 secondary structure and annotation from prediction services documentation

9 years agoJAL-1517 release notes for 2.8.2
Jim Procter [Mon, 17 Nov 2014 17:12:54 +0000 (17:12 +0000)]
JAL-1517 release notes for 2.8.2

9 years agoUndo changes to JabaWsServerQuery.java
Charles Ofoegbu [Mon, 17 Nov 2014 16:54:16 +0000 (16:54 +0000)]
Undo changes to JabaWsServerQuery.java

9 years agoUndo changes to JabaWsServerQuery.java
Charles Ofoegbu [Mon, 17 Nov 2014 16:52:32 +0000 (16:52 +0000)]
Undo changes to JabaWsServerQuery.java

9 years agoJAL-1573 unit test added to verify Help target enum values.
gmungoc [Mon, 17 Nov 2014 16:44:14 +0000 (16:44 +0000)]
JAL-1573 unit test added to verify Help target enum values.

9 years agoJAL-1581 Tooltip slimmed down, Help button added on panel with link to
gmungoc [Mon, 17 Nov 2014 16:28:32 +0000 (16:28 +0000)]
JAL-1581 Tooltip slimmed down, Help button added on panel with link to
relevant Help page.

9 years agoJAL-1587 distinct calc IDs for JPredMSA and Jpred single sequence.
Jim Procter [Mon, 17 Nov 2014 14:47:17 +0000 (14:47 +0000)]
JAL-1587 distinct calc IDs for JPredMSA and Jpred single sequence.

9 years agoJAL-1587 propagate results of JABA sequence based predictors to dataset
Jim Procter [Mon, 17 Nov 2014 14:43:37 +0000 (14:43 +0000)]
JAL-1587 propagate results of JABA sequence based predictors to dataset

9 years agoimports and formatting
Jim Procter [Mon, 17 Nov 2014 14:42:21 +0000 (14:42 +0000)]
imports and formatting

9 years agoJAL-1587 propagate JPred annotation from legacy jpred service to the dataset
Jim Procter [Mon, 17 Nov 2014 14:41:56 +0000 (14:41 +0000)]
JAL-1587 propagate JPred annotation from legacy jpred service to the dataset

9 years agoformatting
Jim Procter [Mon, 17 Nov 2014 14:38:37 +0000 (14:38 +0000)]
formatting

9 years agoJAL-1587 JAL-407 instrument setDataset to add dataset sequences to existing dataset...
Jim Procter [Mon, 17 Nov 2014 14:38:16 +0000 (14:38 +0000)]
JAL-1587 JAL-407 instrument setDataset to add dataset sequences to existing dataset if they aren't already present

9 years agoMerge branch 'bug/JAL-1043_warning-dialog-not-shown-for-JABA-errors' into Release_2_8...
Charles Ofoegbu [Mon, 17 Nov 2014 13:47:12 +0000 (13:47 +0000)]
Merge branch 'bug/JAL-1043_warning-dialog-not-shown-for-JABA-errors' into Release_2_8_2_Branch

9 years agoJAL-1043 patch to show warning dialog when webservice exception is thrown
Charles Ofoegbu [Mon, 17 Nov 2014 13:45:23 +0000 (13:45 +0000)]
JAL-1043 patch to show warning dialog when webservice exception is thrown

9 years agoJAL-1293 hide/show sequence annotations with hide/reveal sequences
gmungoc [Mon, 17 Nov 2014 13:26:47 +0000 (13:26 +0000)]
JAL-1293 hide/show sequence annotations with hide/reveal sequences

9 years agoJAL-1586 chimera file chooser added, validate on OK/change tab
gmungoc [Mon, 17 Nov 2014 12:57:39 +0000 (12:57 +0000)]
JAL-1586 chimera file chooser added, validate on OK/change tab

9 years agoMerge branch 'r282_portforward' into develop
Jim Procter [Mon, 17 Nov 2014 11:44:48 +0000 (11:44 +0000)]
Merge branch 'r282_portforward' into develop

9 years agoMerge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview into...
Jim Procter [Mon, 17 Nov 2014 11:44:00 +0000 (11:44 +0000)]
Merge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview into Release_2_8_2_Branch

9 years agoMerge branch 'r282_portforward' into Release_2_8_2_Branch
Jim Procter [Mon, 17 Nov 2014 11:43:36 +0000 (11:43 +0000)]
Merge branch 'r282_portforward' into Release_2_8_2_Branch

9 years agoJAL-1469 help documentation
Jim Procter [Mon, 17 Nov 2014 11:42:02 +0000 (11:42 +0000)]
JAL-1469 help documentation

9 years agoJAL-1469 help documentation
Jim Procter [Mon, 17 Nov 2014 11:39:05 +0000 (11:39 +0000)]
JAL-1469 help documentation

9 years agoMerge branch 'bug/JAL-1570_unable-to-add-JABAWS-Server-which-fails-validation' into...
Charles Ofoegbu [Mon, 17 Nov 2014 11:38:49 +0000 (11:38 +0000)]
Merge branch 'bug/JAL-1570_unable-to-add-JABAWS-Server-which-fails-validation' into Release_2_8_2_Branch