JAL-3066 Automatically discoverable Protein sequence analysis services
[jalview.git] / src / jalview / schemes / JalviewColourScheme.java
index 86efa8f..eb1edf1 100644 (file)
@@ -45,7 +45,8 @@ public enum JalviewColourScheme
   TCoffee("T-Coffee Scores", TCoffeeColourScheme.class),
   IdColour("Sequence ID", IdColourScheme.class),
   HMMERU("HMMER-Uniprot", HmmerGlobalBackground.class),
-  HMMERA("HMMER-Alignment", HmmerLocalBackground.class);
+  HMMERA("HMMER-Alignment", HmmerLocalBackground.class),
+  HMMMatchScore("HMM Match Score", HMMMatchScoreColourScheme.class);
   // RNAInteraction("RNA Interaction type", RNAInteractionColourScheme.class)
 
   private String name;