Class ExpressionMerger
java.lang.Object
fr.ens.biologie.genomique.eoulsan.splitermergers.ExpressionMerger
- All Implemented Interfaces:
Merger
This class define a merger class for expression files.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpressionMerger
public ExpressionMerger()
-
-
Method Details
-
getFormat
Description copied from interface:MergerGet the format related to the splitter. -
configure
Description copied from interface:MergerConfigure the merger.- Specified by:
configurein interfaceMerger- Parameters:
conf- configuration- Throws:
EoulsanException- if the configuration is invalid
-
merge
Description copied from interface:MergerMerger data.- Specified by:
mergein interfaceMerger- Parameters:
inFileIterator- iterator over DataFile to mergeroutFile- output DataFile- Throws:
IOException- if an error occurs while split data
-