JAL-979 tidy up shmmr hardcoded WS definition
authorjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 5 Sep 2012 22:20:44 +0000 (23:20 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Wed, 5 Sep 2012 22:20:44 +0000 (23:20 +0100)
src/jalview/ws/rest/RestClient.java

index ac1188d..b1739a5 100644 (file)
@@ -320,10 +320,8 @@ public class RestClient extends WSClient implements WSClientI,
     
     jalview.ws.rest.params.Alignment aliinput = new jalview.ws.rest.params.Alignment();
     // SHMR server has a 65K limit for content pasted into the 'ali' parameter, so we always upload our files.
-    aliinput.token = "ali_file";//_file";
-    aliinput.writeAsFile=true;//true;
-    //aliinput.token = "ali_file";
-    //aliinput.writeAsFile=true;
+    aliinput.token = "ali_file";
+    aliinput.writeAsFile=true;
     iparams.put(aliinput.token, aliinput);
     jalview.ws.rest.params.SeqGroupIndexVector sgroups = new jalview.ws.rest.params.SeqGroupIndexVector();
     sgroups.setMinsize(2);