Class ToolExecutor
java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.ToolExecutor
The class define an executor on tool set in XML file.
- Since:
- 2.0
- Author:
- Sandrine Perrin
-
Constructor Summary
ConstructorsConstructorDescriptionToolExecutor(TaskContext context, ToolInfo toolData, String commandLine, Set<File> inputFiles) Constructor a new galaxy tool executor. -
Method Summary
-
Constructor Details
-
ToolExecutor
public ToolExecutor(TaskContext context, ToolInfo toolData, String commandLine, Set<File> inputFiles) throws IOException Constructor a new galaxy tool executor.- Parameters:
context- the contexttoolData- the tool datacommandLine- the command lineinputFiles- input files to use- Throws:
IOException- if an error occurs while executing the command
-