Class SAM2BAMHadoopModule
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractSAM2BAMModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop.SAM2BAMHadoopModule
- All Implemented Interfaces:
Module
This class define a module for converting SAM files into BAM.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(TaskContext context, TaskStatus status) Execute a task step.Get the input data format.Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractSAM2BAMModule
configure, getDescription, getName, getOutputPorts, getVersionMethods inherited from class fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
getChecker, getParallelizationMode, getRequiredEoulsanVersion, getRequirements
-
Constructor Details
-
SAM2BAMHadoopModule
public SAM2BAMHadoopModule()
-
-
Method Details
-
getInputPorts
Description copied from interface:ModuleGet the input data format.- Specified by:
getInputPortsin interfaceModule- Overrides:
getInputPortsin classAbstractSAM2BAMModule- Returns:
- a set with DataFormat or null if the module does not any need input format
-
execute
Description copied from interface:ModuleExecute a task step.- Parameters:
context- Execution contextstatus- of the task- Returns:
- a TaskResult object
-