From: Jim Procter Date: Fri, 18 Aug 2017 13:14:17 +0000 (+0100) Subject: Merge branch 'develop' into releases/Release_2_10_2_Branch X-Git-Tag: Release_2_10_2b1~11^2~14 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=e114d4676469632ad07f356c1ee0ee63c3e418e9;hp=ff044a6dc70d85fcef18cac3129386c98d7edda3 Merge branch 'develop' into releases/Release_2_10_2_Branch --- diff --git a/help/help.jhm b/help/help.jhm index cb0c4c4..c12436f 100755 --- a/help/help.jhm +++ b/help/help.jhm @@ -22,7 +22,7 @@ - + diff --git a/help/html/releases.html b/help/html/releases.html index 471e12a..c331ae1 100755 --- a/help/html/releases.html +++ b/help/html/releases.html @@ -70,6 +70,24 @@ li:before {
+ 2.10.2b1
+ TBA
+
+ +
+ +
    +
+
+
+ +
    +
+
+ + + +
2.10.2
17/8/2017
@@ -210,7 +228,9 @@ li:before { Updated JABAWS client to v2.2
  • - Filter non-standard amino acids and nucleotides when submitting to AACon and other MSA Analysis services + Filter non-standard amino acids and + nucleotides when submitting to AACon and other MSA + Analysis services
  • URLs for viewing database @@ -272,25 +292,23 @@ li:before { matrix - C->R should be '-3'
    Old matrix restored with this one-line groovy script:
    jalview.analysis.scoremodels.ScoreModels.instance.BLOSUM62.@matrix[4][1]=3
  • -
  • - Fixed Jalview's treatment of gaps in PCA - and substitution matrix based Tree calculations.

    In - earlier versions of Jalview, gaps matching gaps were - penalised, and gaps matching non-gaps penalised even more. - In the PCA calculation, gaps were actually treated as - non-gaps - so different costs were applied, which meant - Jalview's PCAs were different to those produced by - SeqSpace.
    Jalview now treats gaps in the same way as - SeqSpace (ie it scores them as 0).

    Enter - the following in the Groovy console to restore pre-2.10.2 - behaviour:
    +
  • Fixed + Jalview's treatment of gaps in PCA and substitution matrix + based Tree calculations.

    In earlier versions + of Jalview, gaps matching gaps were penalised, and gaps + matching non-gaps penalised even more. In the PCA + calculation, gaps were actually treated as non-gaps - so + different costs were applied, which meant Jalview's PCAs + were different to those produced by SeqSpace.
    Jalview + now treats gaps in the same way as SeqSpace (ie it scores + them as 0).

    Enter the following in the + Groovy console to restore pre-2.10.2 behaviour:
    jalview.analysis.scoremodels.ScoreMatrix.scoreGapAsAny=true // for 2.10.1 mode
    jalview.analysis.scoremodels.ScoreMatrix.scoreGapAsAny=false // to restore 2.10.2 mode

    Note: these settings will affect all subsequent tree and PCA - calculations (not recommended) -
  • + calculations (not recommended)
  • Fixed off-by-one bug that affected scaling of branch lengths for trees computed using @@ -643,7 +661,8 @@ li:before { doesn't always add secondary structure annotation.
  • - + +
    2.10.1
    29/11/2016
    diff --git a/help/html/whatsNew.html b/help/html/whatsNew.html index 90f6832..ff0fe35 100755 --- a/help/html/whatsNew.html +++ b/help/html/whatsNew.html @@ -24,15 +24,23 @@

    + Jalview 2.10.2b1 bugfix release +

    +

    + This is patch release for 2.10.2. See the release notes. +

    +

    What's new in Jalview 2.10.2 ?

    - This August 2017 release of Jalview introduces new user interface - features, improved and more extensible tree and PCA analysis, more - robust 3D structure viewing with UCSF Chimera and an updated service - client for JABAWS. The full list of bug fixes and new features can - be found in the 2.10.2 - Release Notes, but the highlights are below. + Version 2.10.2 was released in August 2017, and introduced new user + interface features, improved and more extensible tree and PCA + analysis, more robust 3D structure viewing with UCSF Chimera and an + updated service client for JABAWS. The full list of bug fixes and + new features can be found in the 2.10.2 Release Notes, but + the highlights are below.

    • New dialog and faster and more