JAL-4386 - Implementation of retrieving secondary structure
[jalview.git] / src / jalview / gui / CalculationChooser.java
index d05aa03..4e22a74 100644 (file)
@@ -594,6 +594,8 @@ public class CalculationChooser extends JPanel
     AlignmentAnnotation[] annotations = af.getViewport().getAlignment().getAlignmentAnnotation();
     
     List<String> ssSources = AlignmentUtils.getSecondaryStructureSources(annotations);
+    //List<String> ssSources = AlignmentUtils.extractSSSourceInAlignmentAnnotation(annotations);
+    
                  
     return ssSources;
   }