Response to bug mantis?id=8187 - some quick hacks to read and write david's MSF file...
[jalview.git] / src / jalview / io / WSWUBlastClient.java
index ace3e0d..160d9f0 100755 (executable)
@@ -12,13 +12,11 @@ import java.awt.*;
 public class WSWUBlastClient\r
 {\r
   JInternalFrame outputFrame = new JInternalFrame();\r
-  CutAndPasteTransfer output = new CutAndPasteTransfer(false);\r
+  CutAndPasteTransfer output = new CutAndPasteTransfer();\r
   int jobsRunning = 0;\r
 \r
   public WSWUBlastClient(AlignmentI al, ArrayList ids)\r
   {\r
-\r
-    output.formatForOutput();\r
     outputFrame.setContentPane(output);\r
     output.setText("To display sequence features an exact Uniprot id with 100% sequence identity match must be entered."\r
                 +"\nIn order to display these features, try changing the names of your sequences to the ids suggested below.");\r