ignore jnetconf
authoramwaterhouse <Andrew Waterhouse>
Fri, 1 Apr 2005 16:45:29 +0000 (16:45 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 1 Apr 2005 16:45:29 +0000 (16:45 +0000)
src/jalview/io/JPredFile.java

index 754b539..92d9819 100755 (executable)
@@ -44,7 +44,7 @@ public class JPredFile
   public void parse()
       throws IOException
   {
-
+System.out.println("all read in ");
     String line;
 
     noSeqs = 0;
@@ -56,7 +56,6 @@ public class JPredFile
       // Concise format allows no comments or non comma-formatted data
       StringTokenizer str = new StringTokenizer(line, ":");
       String id = "";
-      String seq = "";
       if (!str.hasMoreTokens())
       {
         continue;
@@ -116,9 +115,10 @@ public class JPredFile
           }
           Scores.put(id, scores);
         }
-      } else
-      if (id.equals("jnetconf"))
+      }
+      else if (id.equals("jnetconf"))
       {
+        System.out.println("here");
         id = "Prediction Confidence";
         this.conf = new Vector(numSymbols);
         for (int i = 0; i < numSymbols; i++)