JAL-975 null any existing preset if user has supplied custom args
[jalview.git] / src / jalview / ws / jws2 / Jws2Client.java
index cb80863..01b28e1 100644 (file)
@@ -105,6 +105,7 @@ public abstract class Jws2Client extends jalview.ws.WSClient
       {
         paramset = jobParams.isServiceDefaults() ? null : JabaParamStore.getJabafromJwsArgs(jobParams
                 .getJobParams());
+        this.preset=null;
       }
       else
       {