From: jprocter Date: Mon, 3 Oct 2011 14:23:19 +0000 (+0100) Subject: Merge branch 'Release_2_7_Branch' X-Git-Tag: Release_2_8~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a831db70f876aaeeb5b36624c9d10816fd8bb7c7;hp=f335ea905223c014fb305051b45960ec7e28cfc4;p=jalview.git Merge branch 'Release_2_7_Branch' --- diff --git a/build.xml b/build.xml index 6cfaf4e..736b5e6 100755 --- a/build.xml +++ b/build.xml @@ -236,45 +236,6 @@ - - - Jalview - The Barton Group - - Jalview Multiple Alignment Editor - Jalview - - - - - - - - - - - - - - - - - - - - - - Jalview @@ -284,59 +245,9 @@ Jalview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jalview - The Barton Group - - Jalview Multiple Alignment Editor - Jalview - - - - - - + @@ -352,7 +263,7 @@ - + Jalview @@ -362,16 +273,6 @@ Jalview - - - - - - - - - - @@ -391,7 +292,7 @@ - + Jalview The Barton Group @@ -400,18 +301,6 @@ Jalview - @@ -431,15 +320,15 @@ - - - Jalview - The Barton Group - - Jalview Multiple Alignment Editor - Jalview - - + + + diff --git a/lib/jswingreader-0.3.jar b/lib/jswingreader-0.3.jar index c8a4fff..c632130 100644 Binary files a/lib/jswingreader-0.3.jar and b/lib/jswingreader-0.3.jar differ 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);