From: Jim Procter Date: Wed, 31 May 2017 20:10:33 +0000 (+0100) Subject: JAL-2398 - updated groovy script for direct field modification X-Git-Tag: Release_2_10_2~3^2~48^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=4d6b2a3491ee2b98d9661ad7e0a0fe8bd67abfef JAL-2398 - updated groovy script for direct field modification --- diff --git a/help/html/releases.html b/help/html/releases.html index 3301053..b8bcfc7 100755 --- a/help/html/releases.html +++ b/help/html/releases.html @@ -127,7 +127,7 @@ li:before {
  • Fixed incorrect value in BLOSUM 62 score matrix - C->R should be '3'
    Old matrix restored with - this one-line groovy script:
    jalview.schemes.ResidueProperties.BLOSUM62[4][1]=3 + this one-line groovy script:
    jalview.analysis.scoremodels.ScoreModels.instance.BLOSUM62.@matrix[4][1]=3
  • Fixed Jalview's treatment of gaps in PCA