Class ReadsMapperHadoopModule
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractReadsMapperModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop.ReadsMapperHadoopModule
- All Implemented Interfaces:
Module
This class define an mapper module in Hadoop mode.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Field Summary
Fields inherited from class fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractReadsMapperModule
HADOOP_THREADS_PARAMETER_NAME, HADOOP_TIMEOUT, LOCAL_THREADS_PARAMETER_NAME, MAPPER_ARGUMENTS_PARAMETER_NAME, MAPPER_DOCKER_IMAGE_PARAMETER_NAME, MAPPER_FLAVOR_PARAMETER_NAME, MAPPER_NAME_PARAMETER_NAME, MAPPER_VERSION_PARAMETER_NAME, MAX_LOCAL_THREADS_PARAMETER_NAME, MODULE_NAME, USE_BUNDLED_BINARIES_PARAMETER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the module.execute(TaskContext context, TaskStatus status) Execute a task step.Get the input data format.Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractReadsMapperModule
getDescription, getName, getOutputPorts, getVersionMethods inherited from class fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
getChecker, getParallelizationMode, getRequiredEoulsanVersion, getRequirements
-
Constructor Details
-
ReadsMapperHadoopModule
public ReadsMapperHadoopModule()
-
-
Method Details
-
getInputPorts
Description copied from interface:ModuleGet the input data format.- Specified by:
getInputPortsin interfaceModule- Overrides:
getInputPortsin classAbstractModule- Returns:
- a set with DataFormat or null if the module does not any need input format
-
configure
public void configure(StepConfigurationContext context, Set<Parameter> stepParameters) throws EoulsanException Description copied from interface:ModuleSet the parameters of the step to configure the module.- Specified by:
configurein interfaceModule- Overrides:
configurein classAbstractReadsMapperModule- Parameters:
context- configuration context. The context can be null for generator stepsstepParameters- parameters of the step- Throws:
EoulsanException- if a parameter is invalid
-
execute
Description copied from interface:ModuleExecute a task step.- Parameters:
context- Execution contextstatus- of the task- Returns:
- a TaskResult object
-