From: jprocter Date: Wed, 5 Sep 2012 22:20:44 +0000 (+0100) Subject: JAL-979 tidy up shmmr hardcoded WS definition X-Git-Tag: Jalview_2_9~328 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3f406564745090b30c2d7cba7342547d7ddd7965;p=jalview.git JAL-979 tidy up shmmr hardcoded WS definition --- diff --git a/src/jalview/ws/rest/RestClient.java b/src/jalview/ws/rest/RestClient.java index ac1188d..b1739a5 100644 --- a/src/jalview/ws/rest/RestClient.java +++ b/src/jalview/ws/rest/RestClient.java @@ -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);