Class SAM2FASTQLocalModule
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractSAM2FASTQModule
fr.ens.biologie.genomique.eoulsan.modules.mapping.local.SAM2FASTQLocalModule
- All Implemented Interfaces:
Module
This class define a module for converting SAM files into FASTQ.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(TaskContext context, TaskStatus status) Execute a task step.Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.mapping.AbstractSAM2FASTQModule
configure, getDescription, getInputPorts, getName, getOutputPorts, getVersionMethods inherited from class fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
getChecker, getParallelizationMode, getRequiredEoulsanVersion, getRequirements
-
Constructor Details
-
SAM2FASTQLocalModule
public SAM2FASTQLocalModule()
-
-
Method Details
-
execute
Description copied from interface:ModuleExecute a task step.- Parameters:
context- Execution contextstatus- of the task- Returns:
- a TaskResult object
-