JAL-2890 name change
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Thu, 1 Feb 2018 18:36:27 +0000 (18:36 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Thu, 1 Feb 2018 18:36:27 +0000 (18:36 +0000)
src/jalview/ext/cipres/CipresJob.java [moved from src/jalview/ext/cipres/TreeJob.java with 97% similarity]

similarity index 97%
rename from src/jalview/ext/cipres/TreeJob.java
rename to src/jalview/ext/cipres/CipresJob.java
index fd77d17..21bf33c 100644 (file)
@@ -11,7 +11,7 @@ import org.ngbw.directclient.CiJob;
 import org.ngbw.restdatatypes.ErrorData;
 import org.ngbw.restdatatypes.ParamError;
 
-public class TreeJob
+public class CipresJob
 {
 
   private final static CiApplication app = CiApplication.getInstance();
@@ -38,17 +38,17 @@ public class TreeJob
 
   private static CiClient userClient;
 
-  public TreeJob()
+  public CipresJob()
   {
   }
 
-  public TreeJob(String alignmentFilePath)
+  public CipresJob(String alignmentFilePath)
   {
     this();
     inputParams.put("infile_", alignmentFilePath);
   }
 
-  public TreeJob(String alignmentFilePath, String toolName)
+  public CipresJob(String alignmentFilePath, String toolName)
   {
     this(alignmentFilePath);
     tool = toolName;