X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fcipres%2FCipresJob.java;fp=src%2Fjalview%2Fext%2Fcipres%2FTreeJob.java;h=21bf33cd96a5cdcb108406ef9d8bdf476fba2c69;hb=8bc3e82c38b9498e1130963fdf84851141006214;hp=fd77d17edc5c62cd0cf1de037d70aa06e209657c;hpb=a3fd7f44cbc5d69e9866dfd2b9889fdda1342490;p=jalview.git diff --git a/src/jalview/ext/cipres/TreeJob.java b/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 --- a/src/jalview/ext/cipres/TreeJob.java +++ b/src/jalview/ext/cipres/CipresJob.java @@ -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;