Class ToolExecutor


  • public class ToolExecutor
    extends Object
    The class define an executor on tool set in XML file.
    Since:
    2.0
    Author:
    Sandrine Perrin
    • Constructor Detail

      • ToolExecutor

        public ToolExecutor​(TaskContext context,
                            ToolInfo toolData,
                            String commandLine,
                            Set<File> inputFiles)
                     throws IOException
        Constructor a new galaxy tool executor.
        Parameters:
        context - the context
        toolData - the tool data
        commandLine - the command line
        inputFiles - input files to use
        Throws:
        IOException - if an error occurs while executing the command