comment out jnetpropb, h and c
authoramwaterhouse <Andrew Waterhouse>
Thu, 14 Apr 2005 16:56:24 +0000 (16:56 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 14 Apr 2005 16:56:24 +0000 (16:56 +0000)
src/jalview/io/JPredClient.java

index 3ebc1f0..b5fd436 100755 (executable)
@@ -278,15 +278,15 @@ public class JPredClient
         }\r
 \r
         Hashtable scores = prediction.Scores;\r
-        addFloatAnnotations(al, gapmap,  (Vector)scores.get("JNETPROPH"),\r
+      /*  addFloatAnnotations(al, gapmap,  (Vector)scores.get("JNETPROPH"),\r
                             "JnetpropH", "Jnet Helix Propensity", 0f,1f,1);\r
 \r
         addFloatAnnotations(al, gapmap,  (Vector)scores.get("JNETPROPB"),\r
-                            "JnetpropB", "Jnet Beta Sheed Propensity", 0f,1f,1);\r
+                            "JnetpropB", "Jnet Beta Sheet Propensity", 0f,1f,1);\r
 \r
         addFloatAnnotations(al, gapmap,  (Vector)scores.get("JNETPROPC"),\r
                             "JnetpropC", "Jnet Coil Propensity", 0f,1f,1);\r
-\r
+       */\r
         AlignFrame af = new AlignFrame(al);\r
 \r
 \r