JAL-3030 try to open a split frame if file and file2 are supplied
[jalview.git] / src / jalview / datamodel / SequenceCollectionI.java
index aca79c8..f681f11 100644 (file)
@@ -64,4 +64,10 @@ public interface SequenceCollectionI
    */
   int getEndRes();
 
+  /**
+   * Answers true if sequence data is nucleotide (according to some heuristic)
+   * 
+   * @return
+   */
+  boolean isNucleotide();
 }