X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FRestClient.java;h=95de391295d25e810007f3cbf2617625f7c427a4;hb=b69d271a9c1b122869742832b09675de2dc7c84a;hp=f42c0c4ee883e5af78dca48ae5b70940227ad99a;hpb=1984126973e19bd10f39bb516d728c9226f2ba71;p=jalview.git diff --git a/src/jalview/ws/rest/RestClient.java b/src/jalview/ws/rest/RestClient.java index f42c0c4..95de391 100644 --- a/src/jalview/ws/rest/RestClient.java +++ b/src/jalview/ws/rest/RestClient.java @@ -309,18 +309,19 @@ public class RestClient extends WSClient implements WSClientI, jalview.ws.rest.params.JobConstant toolp; //toolp = new jalview.ws.rest.JobConstant("tool","jalview"); //iparams.put(toolp.token, toolp); - toolp = new jalview.ws.rest.params.JobConstant("mbjob[method]","shmr"); - iparams.put(toolp.token, toolp); - toolp = new jalview.ws.rest.params.JobConstant("mbjob[description]","step 1"); - iparams.put(toolp.token, toolp); - toolp = new jalview.ws.rest.params.JobConstant("start_search","1"); - iparams.put(toolp.token, toolp); - toolp = new jalview.ws.rest.params.JobConstant("blast","0"); - iparams.put(toolp.token, toolp); + //toolp = new jalview.ws.rest.params.JobConstant("mbjob[method]","shmr"); + //iparams.put(toolp.token, toolp); + //toolp = new jalview.ws.rest.params.JobConstant("mbjob[description]","step 1"); + //iparams.put(toolp.token, toolp); + //toolp = new jalview.ws.rest.params.JobConstant("start_search","1"); + //iparams.put(toolp.token, toolp); + //toolp = new jalview.ws.rest.params.JobConstant("blast","0"); + //iparams.put(toolp.token, toolp); jalview.ws.rest.params.Alignment aliinput = new jalview.ws.rest.params.Alignment(); - aliinput.token = "ali";//_file"; - aliinput.writeAsFile=false;//true; + // 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; iparams.put(aliinput.token, aliinput);