import org.ngbw.restdatatypes.ErrorData;
import org.ngbw.restdatatypes.ParamError;
-public class TreeJob
+public class CipresJob
{
private final static CiApplication app = CiApplication.getInstance();
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;