Check if groupWidth is greater than sequence width
[jalview.git] / src / jalview / analysis / PCA.java
index 4e7100d..5005732 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
 * Jalview - A Sequence Alignment Editor and Viewer\r
-* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+* Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
 *\r
 * This program is free software; you can redistribute it and/or\r
 * modify it under the terms of the GNU General Public License\r
@@ -45,7 +45,7 @@ public class PCA implements Runnable
      *\r
      * @param s Set of sequences to perform PCA on\r
      */\r
-    public PCA(SequenceI[] s)\r
+    public PCA(String[] s)\r
     {\r
 \r
         BinarySequence[] bs = new BinarySequence[s.length];\r