Added filter so that input to a JPred job is *solely* the visible residues, and the...
[jalview.git] / src / jalview / gui / AlignFrame.java
index 1bcd39e..f7c8840 100755 (executable)
@@ -2884,7 +2884,7 @@ public class AlignFrame
               if (msa.getSequences().length == 1)
               {
                 // Single Sequence prediction
-                new jalview.ws.JPredClient(sh, title, false, msa, af);
+                new jalview.ws.JPredClient(sh, title, false, msa, af, true);
               }
               else
               {
@@ -2892,7 +2892,7 @@ public class AlignFrame
                 {
                   // Sequence profile based prediction
                   new jalview.ws.JPredClient(sh,
-                      title, true, msa, af);
+                      title, true, msa, af, true);
                 }
               }
             }
@@ -3210,4 +3210,4 @@ public void drop(DropTargetDropEvent evt)
   {
     return viewport;
   }
-}
+}
\ No newline at end of file