Class TechnicalReplicateMergerModule
- java.lang.Object
- 
- fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
- 
- fr.ens.biologie.genomique.eoulsan.modules.MergerModule
- 
- fr.ens.biologie.genomique.eoulsan.modules.TechnicalReplicateMergerModule
 
 
 
- 
- All Implemented Interfaces:
- Module
 
 public class TechnicalReplicateMergerModule extends MergerModule This class define a merger module for technical replicates.- Since:
- 2.0
- Author:
- Laurent Jourdren
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringMODULE_NAME
 - 
Constructor SummaryConstructors Constructor Description TechnicalReplicateMergerModule()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckForPartDuplicates()protected StringgetMapKey(Data data)Define the key to use for replicate merging.StringgetName()Get the name of the module.- 
Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.MergerModuleconfigure, execute, getInputPorts, getOutputPorts, getVersion
 - 
Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.AbstractModulegetChecker, getDescription, getParallelizationMode, getRequiredEoulsanVersion, getRequirements
 
- 
 
- 
- 
- 
Field Detail- 
MODULE_NAMEpublic static final String MODULE_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getMapKeyprotected String getMapKey(Data data) Description copied from class:MergerModuleDefine the key to use for replicate merging.- Overrides:
- getMapKeyin class- MergerModule
- Parameters:
- data- data to merge
- Returns:
- the merging key
 
 - 
checkForPartDuplicatesprotected boolean checkForPartDuplicates() - Overrides:
- checkForPartDuplicatesin class- MergerModule
 
 
- 
 
-