From: Jim Procter Date: Fri, 4 Mar 2022 17:19:40 +0000 (+0000) Subject: Merge branch 'develop' into releases/Release_2_11_2_Branch X-Git-Tag: Release_2_11_2_0~6 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=9d2d74b49cd06966eaad8796c87386be1e296057;hp=63bb374ef5af0747f944d6fce14d49514f880597 Merge branch 'develop' into releases/Release_2_11_2_Branch --- diff --git a/help/help/html/features/preferences.html b/help/help/html/features/preferences.html index d091272..a33a076 100755 --- a/help/help/html/features/preferences.html +++ b/help/help/html/features/preferences.html @@ -236,6 +236,13 @@ installed the chosen viewer in a non-standard location, you can specify it here, by entering the full path to its executable.
For Chimera, locate the path to the chimera program, similarly for ChimeraX and Pymol. Rather than typing in the path, you can also double-click this field to open a file chooser dialog.

+ Sequence <-> Structure Mapping Method - This setting controls whether + Jalview attempts to retrieve mappings between Uniprot protein + sequences and 3D structures in the PDBe with SIFTS, or constructs a + mapping by conservative alignment between the sequences and chains + in the 3D structure data using the Needleman and Wunsch algorithm. + SIFTS is enabled by default. +

PDB Fields shown in Search and Structure Summaries - ticks in this table indicate fields shown by default when browsing results of a free text search via the PDB sequence fetcher, or 3D structures diff --git a/help/help/html/releases.html b/help/help/html/releases.html index 8177708..d5e5dec 100755 --- a/help/help/html/releases.html +++ b/help/help/html/releases.html @@ -139,7 +139,13 @@ li:before { than anonymous 'Java' icons

  • - Options to allow user to choose the (Swing) Look and Feel used by Jalview + Options to allow user to choose the (Swing) Look and Feel (LaF) used by Jalview +
  • +
  • + Metal LaF used to improved operation on Linux Ubuntu with + HiDPI display in Java 11 (still known issues with HiDPI screens in java + 8 and 11. see JAL-3137)
  • New command line launcher scripts (.sh, .ps1, .bat) usable on diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 4d1a453..e10c9eb 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -171,6 +171,8 @@ import jalview.ws.sifts.SiftsSettings; *
  • FOLLOW_SELECTIONS (true) Controls whether a new alignment view should * respond to selections made in other alignments containing the same sequences. *
  • + *
  • SHOW_JWS2_SERVICES (true) when set to false, jalview will not + * auto-discover JABAWS services
  • *
  • JWS2HOSTURLS comma-separated list of URLs to try for JABAWS services
  • *
  • SHOW_WSDISCOVERY_ERRORS (true) Controls if the web service URL discovery * warning dialog box is displayed.
  • @@ -198,7 +200,13 @@ import jalview.ws.sifts.SiftsSettings; *
  • CHIMERA_PATH specify full path to Chimera program (if non-standard)
  • *
  • ID_ORG_HOSTURL location of jalview service providing identifiers.org urls *
  • - * + *
  • NONEWS - when set disables Jalview News from automatically appearing
  • + *
  • NOHTMLTEMPLATES - when set, the + * https://github.com/jalview/exporter-templates/tree/master/biojs repository is + * not downloaded automatically
  • + *
  • NOIDENTIFIERSSERVICE - when set, jalview won't automatically download + * available URL linkouts via www.jalview.org/services/identifiers
  • + *
  • * * Deprecated settings: *