JAl-1601 JAL-715 RestServiceDescription constructor allows specification of a series...
[jalview.git] / src / jalview / ws / rest / RestClient.java
index f9b72e3..29f51e1 100644 (file)
@@ -346,7 +346,7 @@ public class RestClient extends WSClient implements WSClientI,
             description,
             name,
             "http://zeus.few.vu.nl/programs/shmrwww/index.php?tool=jalview",// ?tool=jalview&mbjob[method]=shmr&mbjob[description]=step1",
-            "?tool=jalview", iparams, true, false, '-');
+            "?tool=jalview", null, iparams, true, false, '-');
     // a priori knowledge of the data returned from the service
     shmrService.addResultDatatype(JvDataType.ANNOTATION);
     return new RestClient(shmrService);