jalview.git
18 months agoJAL-4083 don't need globalUseScriptWait after all, just a couple of calls to jmolHist... bug/JAL-4083_exceptions_for_multiple_residue_highlights_in_jmol
Ben Soares [Thu, 27 Oct 2022 13:43:59 +0000 (14:43 +0100)]
JAL-4083 don't need globalUseScriptWait after all, just a couple of calls to jmolHistory need the flag too

18 months agoJAL-4083 only set globalUseScriptWait if needed
Ben Soares [Thu, 27 Oct 2022 12:23:16 +0000 (13:23 +0100)]
JAL-4083 only set globalUseScriptWait if needed

18 months agoJAL-4083 Use jmolViewer.scriptWait instead of jmolViewer.evalStringQuiet whilst highl...
Ben Soares [Thu, 27 Oct 2022 10:51:01 +0000 (11:51 +0100)]
JAL-4083 Use jmolViewer.scriptWait instead of jmolViewer.evalStringQuiet whilst highlightingt more than one residue

18 months agoMerge branch 'features/r2_11_2_alphafold/JAL-2349_JAL-3855' into bug/JAL-4083_excepti...
Ben Soares [Wed, 26 Oct 2022 11:07:43 +0000 (12:07 +0100)]
Merge branch 'features/r2_11_2_alphafold/JAL-2349_JAL-3855' into bug/JAL-4083_exceptions_for_multiple_residue_highlights_in_jmol

18 months agoJAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandL...
Ben Soares [Wed, 26 Oct 2022 08:13:24 +0000 (09:13 +0100)]
JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandLineOperations tests for increased robustness

18 months agoJAL-3416 Making FlatLaF default for macs due to a problem with VAqua not starting...
Ben Soares [Tue, 25 Oct 2022 12:07:19 +0000 (13:07 +0100)]
JAL-3416 Making FlatLaF default for macs due to a problem with VAqua not starting on macs

18 months agoJAL-2349 JAL-3855 highlight residues associated with elements under mouse - Jmol...
Jim Procter [Sat, 22 Oct 2022 11:40:35 +0000 (12:40 +0100)]
JAL-2349 JAL-3855 highlight residues associated with elements under mouse - Jmol doesn’t like highlighting many residues at once this way.

18 months agoJAL-2349 JAL-3855 fix failing tests
Jim Procter [Fri, 21 Oct 2022 15:21:51 +0000 (16:21 +0100)]
JAL-2349 JAL-3855 fix failing tests

18 months agoJAL-2349 JAL-3855 experiment masking hidden columns in contact matrix
Jim Procter [Fri, 21 Oct 2022 15:08:23 +0000 (16:08 +0100)]
JAL-2349 JAL-3855 experiment masking hidden columns in contact matrix

18 months agoJAL-4033 - heuristic threshold for pAE matrix - mark any column where pAE values...
Jim Procter [Fri, 21 Oct 2022 15:04:44 +0000 (16:04 +0100)]
JAL-4033 - heuristic threshold for pAE matrix - mark any column where pAE values for column+8..  lie outside threshold - definitely better to do a watershed or other type of clustering

18 months agoJAL-2349 formatting/pick correct exception
Jim Procter [Thu, 20 Oct 2022 20:00:49 +0000 (21:00 +0100)]
JAL-2349 formatting/pick correct exception

18 months agoJAL-2349 JAL-3855 off by one and daft return
Jim Procter [Thu, 20 Oct 2022 16:14:24 +0000 (17:14 +0100)]
JAL-2349 JAL-3855 off by one and daft return

18 months agoJAL-2349 avoid div-by-zero when annotation height is zero (though poss better to...
Jim Procter [Thu, 20 Oct 2022 15:45:16 +0000 (16:45 +0100)]
JAL-2349 avoid div-by-zero when annotation height is zero (though poss better to simply avoid rendering contact at all)

18 months agoJAL-2349 JAL-3855 adapt renderer for AlignmentI.getContactList(..) mapping to sequenc...
Jim Procter [Thu, 20 Oct 2022 15:29:03 +0000 (16:29 +0100)]
JAL-2349 JAL-3855 adapt renderer for AlignmentI.getContactList(..) mapping to sequence associated reference frame

18 months agoJAL-2349 JAL-3855 ContactListI.getPosition() to recover original position passed...
Jim Procter [Thu, 20 Oct 2022 15:28:00 +0000 (16:28 +0100)]
JAL-2349 JAL-3855 ContactListI.getPosition() to recover original position passed to ContactMatrixI.getContactListFor(..)


18 months agoJAL-2349 JAL-3855 experimenting with filtering columns based on mean of contact map...
Jim Procter [Thu, 20 Oct 2022 14:45:51 +0000 (15:45 +0100)]
JAL-2349 JAL-3855 experimenting with filtering columns based on mean of contact map range

18 months agoJAL-3855 JAL-2349 AlignmentI.getContactList takes care of mapping columns to sequence...
Jim Procter [Thu, 20 Oct 2022 14:14:31 +0000 (15:14 +0100)]
JAL-3855 JAL-2349 AlignmentI.getContactList takes care of mapping columns to sequence positions for sequence associated contact matrices. Need to map selected positions back for drag selects

18 months agoJAL-4033 fix drag selections and distinguish row/columnwise highlights from intersect...
Jim Procter [Thu, 20 Oct 2022 13:00:49 +0000 (14:00 +0100)]
JAL-4033 fix drag selections and distinguish row/columnwise highlights from intersections on matrix

18 months agoJAL-2349 (still buggy) interactive selection - time to write tests!
Jim Procter [Thu, 20 Oct 2022 10:23:36 +0000 (11:23 +0100)]
JAL-2349 (still buggy) interactive selection  - time to write tests!

18 months agoJAL-2349 tooltip reports value from contact range
Jim Procter [Thu, 20 Oct 2022 09:50:49 +0000 (10:50 +0100)]
JAL-2349 tooltip reports value from contact range

18 months agoJAL-2349 adjusted range calculation to be inclusive rather than inclusive, exclusive...
Jim Procter [Thu, 20 Oct 2022 09:50:42 +0000 (10:50 +0100)]
JAL-2349 adjusted range calculation to be inclusive rather than inclusive, exclusive of bounds

18 months agoJAL-2349 debugged click/drag and added yellow rubber banding (like Alphafold)
Jim Procter [Thu, 20 Oct 2022 09:49:21 +0000 (10:49 +0100)]
JAL-2349 debugged click/drag and added yellow rubber banding (like Alphafold)

18 months agoJAL-2349 JAL-3855 - interactive point-wise row/column selection, and first attempt...
Jim Procter [Thu, 20 Oct 2022 09:08:39 +0000 (10:08 +0100)]
JAL-2349 JAL-3855 - interactive point-wise row/column selection, and first attempt at alt-drag for region selections (not yet working!)

18 months agoJAL-3855 RGB colours from the alphafold paE scale.
Jim Procter [Thu, 20 Oct 2022 09:07:57 +0000 (10:07 +0100)]
JAL-3855 RGB colours from the alphafold paE scale.

18 months agoJAL-2349 JAL-4033 refactored contact matrix geom calc to allow reporting of mapped...
Jim Procter [Wed, 19 Oct 2022 12:10:58 +0000 (13:10 +0100)]
JAL-2349 JAL-4033 refactored contact matrix geom calc to allow reporting of mapped positions in tooltip

18 months agoJAL-2349 JAL-3855 column selection highlighting
Jim Procter [Mon, 17 Oct 2022 16:56:51 +0000 (17:56 +0100)]
JAL-2349 JAL-3855 column selection highlighting

18 months agoJAL-3855 bump AF version to 3 - keep contact renderer happy by filling out maxcols...
Jim Procter [Mon, 17 Oct 2022 11:49:02 +0000 (12:49 +0100)]
JAL-3855 bump AF version to 3 - keep contact renderer happy by filling out maxcols and maxrows attribute in PAE

18 months agoJAL-1551 formatting
Jim Procter [Mon, 17 Oct 2022 11:19:34 +0000 (12:19 +0100)]
JAL-1551 formatting

18 months agoJAL-2349 JAL-3855 tests that probably should be part of Functional..
Jim Procter [Mon, 17 Oct 2022 11:19:24 +0000 (12:19 +0100)]
JAL-2349 JAL-3855 tests that probably should be part of Functional..

18 months agoJAL-3855 report download errors as errors!
Jim Procter [Mon, 17 Oct 2022 11:18:44 +0000 (12:18 +0100)]
JAL-3855 report download errors as errors!

18 months agoJAL-2349 JAL-3855 Integrate pAE retrieval in StructureFile so it can be transferred...
Jim Procter [Mon, 17 Oct 2022 11:18:22 +0000 (12:18 +0100)]
JAL-2349 JAL-3855 Integrate pAE retrieval in StructureFile so it can be transferred as reference annotation

18 months agoJAL-2349 reusable contact map holder for SequenceI and AnnotatedCollectionI
Jim Procter [Sat, 15 Oct 2022 12:00:00 +0000 (13:00 +0100)]
JAL-2349 reusable contact map holder for SequenceI and AnnotatedCollectionI

18 months agoJAL-3855 2349 TODO
Jim Procter [Sat, 15 Oct 2022 11:40:17 +0000 (12:40 +0100)]
JAL-3855 2349 TODO

18 months agoJAL-3855 import pAE when StructureSelectionManager parses an alphaFold structure...
Jim Procter [Sat, 15 Oct 2022 10:11:34 +0000 (11:11 +0100)]
JAL-3855 import pAE when StructureSelectionManager parses an alphaFold structure. Works but AlignmentI holding the contact matrices prevents transfer.

18 months agoJAL-3855 pAE v2 import
Jim Procter [Sat, 15 Oct 2022 10:09:52 +0000 (11:09 +0100)]
JAL-3855 pAE v2 import

18 months agoJAL-3855 refactor the pAE retrieval code so it can be called via structureselectionma...
Jim Procter [Fri, 14 Oct 2022 16:05:06 +0000 (17:05 +0100)]
JAL-3855 refactor the pAE retrieval code so it can be called via structureselectionmanager

18 months agoMerge branch 'features/JAL-3895_alphafoldcolours' into features/r2_11_2_alphafold...
Jim Procter [Fri, 14 Oct 2022 15:40:16 +0000 (16:40 +0100)]
Merge branch 'features/JAL-3895_alphafoldcolours' into features/r2_11_2_alphafold/JAL-2349_JAL-3855

18 months agoMerge branch 'develop' into features/JAL-3895_alphafoldcolours features/JAL-3895_alphafoldcolours
Jim Procter [Fri, 14 Oct 2022 15:38:56 +0000 (16:38 +0100)]
Merge branch 'develop' into features/JAL-3895_alphafoldcolours

18 months agoJAL-4065 final fix for 2.11.2.5 - 5pm BST release
Jim Procter [Tue, 11 Oct 2022 15:53:25 +0000 (16:53 +0100)]
JAL-4065 final fix for 2.11.2.5 - 5pm BST release

18 months agoJAL-4065 revised to avoid a visit from the apostrophe police
Jim Procter [Tue, 11 Oct 2022 15:16:01 +0000 (16:16 +0100)]
JAL-4065 revised to avoid a visit from the apostrophe police

18 months agoJAL-4073 update tests
Jim Procter [Tue, 11 Oct 2022 14:43:36 +0000 (15:43 +0100)]
JAL-4073 update tests

18 months agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
Jim Procter [Tue, 11 Oct 2022 14:26:59 +0000 (15:26 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

18 months agoJAL-4073 fix PEBCAK failure
Jim Procter [Tue, 11 Oct 2022 14:24:32 +0000 (15:24 +0100)]
JAL-4073 fix PEBCAK failure

18 months agoJAL-4014 Changed gecos display names to match labels in help
Ben Soares [Tue, 11 Oct 2022 13:43:10 +0000 (14:43 +0100)]
JAL-4014 Changed gecos display names to match labels in help

18 months agoJAL-4065 revised whatsNew to make sense !
Jim Procter [Tue, 11 Oct 2022 12:10:29 +0000 (13:10 +0100)]
JAL-4065 revised whatsNew to make sense !

18 months agoJAL-4065 release 2.11.2.5 date is 11th Oct
Jim Procter [Tue, 11 Oct 2022 10:32:05 +0000 (11:32 +0100)]
JAL-4065 release 2.11.2.5 date is 11th Oct

18 months agoFix for JAL-4075 - don’t write a label in secondary structure annotation element
Jim Procter [Fri, 7 Oct 2022 15:32:43 +0000 (16:32 +0100)]
Fix for JAL-4075 - don’t write a label in secondary structure annotation element

18 months agoJAL-4065 update citations for Pfam and Rfam and added the Interpro citation
Jim Procter [Fri, 7 Oct 2022 14:53:01 +0000 (15:53 +0100)]
JAL-4065 update citations for Pfam and Rfam and added the Interpro citation

18 months agoJAL-4065 2.11.2.5 release version bump
Jim Procter [Fri, 7 Oct 2022 14:19:21 +0000 (15:19 +0100)]
JAL-4065 2.11.2.5 release version bump

18 months agoJAL-4065 release notes and updated release date for 2.11.2.5
Jim Procter [Fri, 7 Oct 2022 14:14:08 +0000 (15:14 +0100)]
JAL-4065 release notes and updated release date for 2.11.2.5

18 months agostable url for PFAM retrieval via interpro api :) JAL-4073
Jim Procter [Thu, 6 Oct 2022 17:13:09 +0000 (18:13 +0100)]
stable url for PFAM retrieval via interpro api :) JAL-4073

18 months agoJAL-1551 formatting
Jim Procter [Thu, 6 Oct 2022 17:08:26 +0000 (18:08 +0100)]
JAL-1551 formatting

18 months agoJAL-3895 alphafold colours via pluggable annotation row builder. Also ensures min...
Jim Procter [Thu, 6 Oct 2022 16:25:53 +0000 (17:25 +0100)]
JAL-3895 alphafold colours via pluggable annotation row builder. Also ensures min/max set correctly

18 months agoJAL-1551 formatting
Jim Procter [Thu, 6 Oct 2022 11:31:14 +0000 (12:31 +0100)]
JAL-1551 formatting

18 months agoJAL-4065 release notes for JAL-4073 JAL-4074
Jim Procter [Thu, 6 Oct 2022 11:22:09 +0000 (12:22 +0100)]
JAL-4065 release notes for JAL-4073 JAL-4074

18 months agoJAL-4073 Pfam retrieval now works via a template including $PFAMID$ and $ALTYPE$...
Jim Procter [Thu, 6 Oct 2022 11:21:28 +0000 (12:21 +0100)]
JAL-4073 Pfam retrieval now works via a template including $PFAMID$ and $ALTYPE$ (full, seed, etc). Also changed name of PFAM_BASEURL_KEY to PFAM_INTERPRO_URL_TEMPLATE to avoid misconfiguration

18 months agoPatch for JAL-4074 - any content ending in ‘gzip’ recognised as a gzipped stream...
Jim Procter [Thu, 6 Oct 2022 11:19:13 +0000 (12:19 +0100)]
Patch for JAL-4074 - any content ending in ‘gzip’ recognised as a gzipped stream to decompress

19 months agoJAL-4065 release notes for JAL-4014 and JAL-4063 in 2.11.2.5
Jim Procter [Thu, 15 Sep 2022 11:21:03 +0000 (12:21 +0100)]
JAL-4065 release notes for JAL-4014 and JAL-4063 in 2.11.2.5

19 months agoJAL-4065 - new release notes featuring JAL-3612 fix
Jim Procter [Thu, 15 Sep 2022 11:17:10 +0000 (12:17 +0100)]
JAL-4065 - new release notes featuring JAL-3612 fix

19 months agoMerge branch 'bug/JAL-3612_overviewFeatureOrdering' into develop
Jim Procter [Wed, 14 Sep 2022 11:19:13 +0000 (12:19 +0100)]
Merge branch 'bug/JAL-3612_overviewFeatureOrdering' into develop

20 months agoJAL-4014 JAL-4063 Added gecos colourScheme names (INFO message) and fixed Clustal...
Ben Soares [Tue, 23 Aug 2022 10:29:18 +0000 (11:29 +0100)]
JAL-4014 JAL-4063 Added gecos colourScheme names (INFO message) and fixed Clustal colourScheme name

20 months agoJAL-4046 release on 9th August 2022
Jim Procter [Mon, 8 Aug 2022 17:48:01 +0000 (18:48 +0100)]
JAL-4046 release on 9th August 2022

20 months agoJAL-4046 JAL-3993 imports reformatting
Jim Procter [Mon, 8 Aug 2022 17:28:15 +0000 (18:28 +0100)]
JAL-4046 JAL-3993 imports reformatting

20 months agoJAL-4046 JAL-3993 patch for 2.11.2.4 release
Jim Procter [Mon, 8 Aug 2022 17:27:29 +0000 (18:27 +0100)]
JAL-4046 JAL-3993 patch for 2.11.2.4 release

20 months agoJAL-4046 release notes for JAL-3991
Jim Procter [Mon, 8 Aug 2022 17:09:54 +0000 (18:09 +0100)]
JAL-4046 release notes for JAL-3991

20 months agoMerge branch 'task/JAL-3991_check_actual_JAVA_VERSION_against_build_properties_in_app...
Jim Procter [Mon, 8 Aug 2022 17:01:19 +0000 (18:01 +0100)]
Merge branch 'task/JAL-3991_check_actual_JAVA_VERSION_against_build_properties_in_application_startup' into develop

20 months agoJAL-4046 release notes for JAL-4014 - gecos colourschemes
Jim Procter [Mon, 8 Aug 2022 16:50:39 +0000 (17:50 +0100)]
JAL-4046 release notes for JAL-4014 - gecos colourschemes

20 months agoMerge branch 'improvement/JAL-4014_gecos_colour_schemes' into develop
Jim Procter [Mon, 8 Aug 2022 16:16:14 +0000 (17:16 +0100)]
Merge branch 'improvement/JAL-4014_gecos_colour_schemes' into develop

20 months agoJAL-4056 documented in release notes for JAL-4043
Jim Procter [Mon, 8 Aug 2022 16:06:24 +0000 (17:06 +0100)]
JAL-4056 documented in release notes for JAL-4043

20 months agoMerge branch 'patch/JAL-4036_uniprot_fts_legacy_endpoint' into develop
Jim Procter [Mon, 8 Aug 2022 15:46:04 +0000 (16:46 +0100)]
Merge branch 'patch/JAL-4036_uniprot_fts_legacy_endpoint' into develop

20 months agoJAL-4043 what’s new, updated help images and release notes for JAL-4034 (3d beacons...
Jim Procter [Mon, 8 Aug 2022 15:42:21 +0000 (16:42 +0100)]
JAL-4043 what’s new, updated help images and release notes for JAL-4034 (3d beacons button)

20 months agoJAL-4034 show the loading spinner when switching between tabs
Jim Procter [Mon, 8 Aug 2022 15:17:49 +0000 (16:17 +0100)]
JAL-4034 show the loading spinner when switching between tabs

20 months agoMerge branch 'features/JAL-4034_improve_3dbeacons_button_and_ux' into develop
Jim Procter [Mon, 8 Aug 2022 13:47:31 +0000 (14:47 +0100)]
Merge branch 'features/JAL-4034_improve_3dbeacons_button_and_ux' into develop

21 months agoJAL-4056 fixed tl;dr section of doc/building.md
Ben Soares [Mon, 1 Aug 2022 10:32:43 +0000 (11:32 +0100)]
JAL-4056 fixed tl;dr section of doc/building.md

21 months agoJAL-4036 Fixed the virus_host_id query field
Ben Soares [Tue, 26 Jul 2022 17:01:48 +0000 (18:01 +0100)]
JAL-4036 Fixed the virus_host_id query field

21 months agoJAL-4036 Added text to help about different number and date range acceptable formats
Ben Soares [Tue, 26 Jul 2022 17:01:27 +0000 (18:01 +0100)]
JAL-4036 Added text to help about different number and date range acceptable formats

21 months agoJAL-4036 updated help about new UniProt API
Ben Soares [Mon, 25 Jul 2022 16:09:43 +0000 (17:09 +0100)]
JAL-4036 updated help about new UniProt API

21 months agoJAL-4036 moved a comment block
Ben Soares [Mon, 25 Jul 2022 10:00:52 +0000 (11:00 +0100)]
JAL-4036 moved a comment block

21 months agoJAL-4034 button looks better also on other OSes with the 0 vertical insets
Ben Soares [Mon, 25 Jul 2022 09:57:51 +0000 (10:57 +0100)]
JAL-4034 button looks better also on other OSes with the 0 vertical insets

21 months agoJAL-4034 add round corners to 3DB confirmation button with icon on a mac
Ben Soares [Sun, 24 Jul 2022 16:37:59 +0000 (17:37 +0100)]
JAL-4034 add round corners to 3DB confirmation button with icon on a mac

21 months agoJAL-4036 Changes made from code review CR-JAL-265
Ben Soares [Fri, 22 Jul 2022 17:17:34 +0000 (18:17 +0100)]
JAL-4036 Changes made from code review CR-JAL-265

21 months agoJAL-4036 Add getDbName to the GFTSPanelI and add an index code message to the index...
Ben Soares [Fri, 22 Jul 2022 10:55:16 +0000 (11:55 +0100)]
JAL-4036 Add getDbName to the GFTSPanelI and add an index code message to the index dropdown tooltip as appropriate

21 months agoJAL-4036 removing the query field code from the dropdown indexes
Ben Soares [Fri, 22 Jul 2022 10:06:24 +0000 (11:06 +0100)]
JAL-4036 removing the query field code from the dropdown indexes

21 months agoJAL-4036 Don't autosearch changing index when autosearch is de-selected
Ben Soares [Thu, 21 Jul 2022 20:00:49 +0000 (21:00 +0100)]
JAL-4036 Don't autosearch changing index when autosearch is de-selected

21 months agoJAL-4036 add search fieldname to dropdown list
Ben Soares [Thu, 21 Jul 2022 20:00:15 +0000 (21:00 +0100)]
JAL-4036 add search fieldname to dropdown list

21 months agoJAL-4036 removed often duplicated pluralisation in message
Ben Soares [Thu, 21 Jul 2022 19:59:22 +0000 (20:59 +0100)]
JAL-4036 removed often duplicated pluralisation in message

21 months agoJAL-4036 New configuration, target and pagination process for 2022-07 new Uniprot API
Ben Soares [Thu, 21 Jul 2022 19:58:06 +0000 (20:58 +0100)]
JAL-4036 New configuration, target and pagination process for 2022-07 new Uniprot API

21 months agoJAL-4046 started release notes for 2.11.2.4 patch release
Jim Procter [Wed, 20 Jul 2022 14:51:16 +0000 (15:51 +0100)]
JAL-4046 started release notes for 2.11.2.4 patch release

21 months agoJAL-4045 - don't apply distribution dependent scale factor to the axis lines!
Jim Procter [Wed, 20 Jul 2022 14:44:03 +0000 (15:44 +0100)]
JAL-4045 - don't apply distribution dependent scale factor to the axis lines!

21 months agoJAL-4034 Use the new non-modal JDialog for 3DBeacons uniprot lookup confirmation...
Ben Soares [Fri, 15 Jul 2022 17:38:33 +0000 (18:38 +0100)]
JAL-4034 Use the new non-modal JDialog for 3DBeacons uniprot lookup confirmation. Link dialog to GStructureChooser's frame so it can moveToFront. Minor improvement to Search 3DB button appearance

21 months agoJAL-4034 Allow request for non-modal JDialog, which puts the Runnable action into...
Ben Soares [Fri, 15 Jul 2022 17:37:04 +0000 (18:37 +0100)]
JAL-4034 Allow request for non-modal JDialog, which puts the Runnable action into the button click listener (similar to JalviewJS)

21 months agoJAL-4034 change to jalview property name
Ben Soares [Tue, 12 Jul 2022 11:13:28 +0000 (12:13 +0100)]
JAL-4034 change to jalview property name

21 months agoJAL-4034 showConfirmDialog works for both desktop and jalviewjs
Ben Soares [Tue, 12 Jul 2022 10:58:35 +0000 (11:58 +0100)]
JAL-4034 showConfirmDialog works for both desktop and jalviewjs

21 months agoJAL-4034 Non-blocking 3D Beacons query after warning dialog
Ben Soares [Mon, 11 Jul 2022 16:14:56 +0000 (17:14 +0100)]
JAL-4034 Non-blocking 3D Beacons query after warning dialog

21 months agoJAL-4034 allow a jalview_property to set the threshold level
Ben Soares [Mon, 11 Jul 2022 15:25:17 +0000 (16:25 +0100)]
JAL-4034 allow a jalview_property to set the threshold level

21 months agoJAL-4012 release date bump and JAL-4004 tweak to include current version in generated...
Jim Procter [Tue, 5 Jul 2022 21:52:27 +0000 (22:52 +0100)]
JAL-4012 release date bump and JAL-4004 tweak to include current version in generated whatsNew.html

22 months agoJAL-4034 fix #3 change uniprot ref fetch dialog to a ‘warning’ shown when many ids...
Jim Procter [Mon, 4 Jul 2022 17:04:13 +0000 (18:04 +0100)]
JAL-4034 fix #3 change uniprot ref fetch dialog to a ‘warning’ shown when many ids have to be retrieved

22 months agoJAL-4034 Fix #2 show an icon and a button to press to initiate search
Jim Procter [Mon, 4 Jul 2022 16:59:14 +0000 (17:59 +0100)]
JAL-4034 Fix #2 show an icon and a button to press to initiate search

22 months agoJAL-4034 fix 1 - reword button
Jim Procter [Mon, 4 Jul 2022 16:58:01 +0000 (17:58 +0100)]
JAL-4034 fix 1 - reword button

22 months agoJAL-4012 updated release date and whats new for 2.11.2.3
Jim Procter [Mon, 4 Jul 2022 14:58:04 +0000 (15:58 +0100)]
JAL-4012 updated release date and whats new for 2.11.2.3