From 4d6b2a3491ee2b98d9661ad7e0a0fe8bd67abfef Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 31 May 2017 21:10:33 +0100 Subject: [PATCH] JAL-2398 - updated groovy script for direct field modification --- help/html/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.2