Class ProcessRExecutor
java.lang.Object
fr.ens.biologie.genomique.eoulsan.util.r.AbstractRExecutor
fr.ens.biologie.genomique.eoulsan.util.r.ProcessRExecutor
- All Implemented Interfaces:
RExecutor
- Direct Known Subclasses:
DockerRExecutor
This class define a standard RExecutor using a system process.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.util.r.AbstractRExecutor
executeRScript, executeRScript, getOutputFiles, openConnection, putInputFile, putInputFile, removeInputFiles
-
Field Details
-
REXECUTOR_NAME
- See Also:
-
RSCRIPT_EXECUTABLE
- See Also:
-
-
Method Details
-
getName
Description copied from interface:RExecutorGet the name of the RExecutor.- Returns:
- the name of the RExecutor
-
writeFile
Description copied from interface:RExecutorWrite a file.- Parameters:
content- the content of the fileoutputFilename- the output filename- Throws:
IOException- if an exception occurs while writing a file
-
executeR
- Throws:
IOException
-
closeConnection
Description copied from interface:RExecutorClose the connection.- Specified by:
closeConnectionin interfaceRExecutor- Overrides:
closeConnectionin classAbstractRExecutor- Throws:
IOException- if an error occurs while closing the connection
-