JAL-2890 name change
[jalview.git] / src / jalview / ext / cipres / CipresJob.java
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;