house keeping
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 3 Sep 2015 15:11:24 +0000 (16:11 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Thu, 3 Sep 2015 15:11:24 +0000 (16:11 +0100)
src/jalview/gui/Desktop.java
src/jalview/json/binding/biojson/v1/JalviewBioJsColorSchemeMapper.java

index 39aa257..2a360cc 100644 (file)
@@ -3065,15 +3065,15 @@ public class Desktop extends jalview.jbgui.GDesktop implements
 
   }
 
-  // public static AlignFrame getCurrentAlignFrame()
-  // {
-  // return currentAlignFrame;
-  // }
-  //
-  // public static void setCurrentAlignFrame(AlignFrame currentAlignFrame)
-  // {
-  // Desktop.currentAlignFrame = currentAlignFrame;
-  // }
+  public static AlignFrame getCurrentAlignFrame()
+  {
+    return currentAlignFrame;
+  }
+
+  public static void setCurrentAlignFrame(AlignFrame currentAlignFrame)
+  {
+    Desktop.currentAlignFrame = currentAlignFrame;
+  }
 
 
 }
index 094adad..92184ea 100644 (file)
@@ -22,7 +22,7 @@ public enum JalviewBioJsColorSchemeMapper
           "zappo", new ZappoColourScheme()), TAYLOR("Taylor", "taylor",
           new TaylorColourScheme()), NUCLEOTIDE("Nucleotide", "nucleotide",
           new NucleotideColourScheme()), PURINE_PYRIMIDINE(
-          "Purine/Pyrimidine", "purine", new PurinePyrimidineColourScheme()), HELIX_PROPENCITY(
+          "Purine/Pyrimidine", "purine", new PurinePyrimidineColourScheme()), HELIX_PROPENSITY(
           "Helix Propensity", "helix", new HelixColourScheme()), TURN_PROPENSITY(
           "Turn Propensity", "turn", new TurnColourScheme()), STRAND_PROPENSITY(
           "Strand Propensity", "strand", new StrandColourScheme()), BURIED_INDEX(