Uses of Class
fr.ens.biologie.genomique.eoulsan.galaxytools.ToolExecutorResult
Packages that use ToolExecutorResult
Package
Description
This package contain classes related to read tool xml file from galaxy.
This package contain classes related to the Galaxy tool executor interpreters.
-
Uses of ToolExecutorResult in fr.ens.biologie.genomique.eoulsan.galaxytools
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools that return ToolExecutorResultModifier and TypeMethodDescriptionGalaxyToolInterpreter.execute(TaskContext context) Convert command tag from tool file in string, variable are replace by value. -
Uses of ToolExecutorResult in fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools.executorinterpreters that return ToolExecutorResultModifier and TypeMethodDescriptionAbstractExecutorInterpreter.execute(List<String> commandLine, File executionDirectory, File temporaryDirectory, File stdoutFile, File stderrFile, File... filesUsed) ExecutorInterpreter.execute(List<String> commandLine, File executionDirectory, File temporaryDirectory, File stdoutFile, File stderrFile, File... filesUsed) Execute a command line.