JAL-2890 made tool name a class value instead of method params
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Thu, 1 Feb 2018 16:53:55 +0000 (16:53 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Thu, 1 Feb 2018 16:53:55 +0000 (16:53 +0000)
src/jalview/ext/cipres/TreeJob.java

index 4bfd7da..5955c36 100644 (file)
@@ -18,6 +18,8 @@ public class TreeJob
 
   private final CiApplication app = CiApplication.getInstance();
 
+  private String toolName;
+
   private Map<String, Collection<String>> vParams = new HashMap<>();
 
   private Map<String, String> inputParams = new HashMap<>();
@@ -111,6 +113,16 @@ public class TreeJob
     metadata.clear();
   }
 
+  public String getTool()
+  {
+    return toolName;
+  }
+
+  public void setTool(String toolName)
+  {
+    this.toolName = toolName;
+  }
+
   /**
    * Sends this job with all given parameters to the given Cipres tool but
    * doesn't actually run the job. This is a lightweight way to validate that