Class FastQCRuntimePatcher
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.fastqc.FastQCRuntimePatcher
This class to patch FastQC to be compatible with Hadoop.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringbase64ForIcon(String path, Class clazz) This method replace the HTMLReportArchive.base64ForIcon() method.static voidPatch FastQC for hadoop mode.
-
Constructor Details
-
FastQCRuntimePatcher
public FastQCRuntimePatcher()
-
-
Method Details
-
patchFastQC
Patch FastQC for hadoop mode.- Throws:
EoulsanException- if an error occurs while patching FASTQC
-
base64ForIcon
This method replace the HTMLReportArchive.base64ForIcon() method.- Parameters:
path- path of the resource to loadclazz- the class that call the method- Returns:
- an image encoded in base64
-