\r
public void updateConservation()\r
{\r
+ if(alignment.isNucleotide())\r
+ return;\r
+\r
Conservation cons = new jalview.analysis.Conservation("All",\r
jalview.schemes.ResidueProperties.propHash, 3,\r
alignment.getSequences(), 0,\r
// We must set conservation and consensus before setting colour,\r
// as Blosum and Clustal require this to be done\r
updateConservation();\r
+\r
updateConsensus();\r
\r
if (jalview.bin.Cache.getProperty("DEFAULT_COLOUR") != null)\r
*/\r
public void updateConservation()\r
{\r
+ if(alignment.isNucleotide())\r
+ return;\r
+\r
try{\r
Conservation cons = new jalview.analysis.Conservation("All",\r
jalview.schemes.ResidueProperties.propHash, 3,\r