Class FastQCRuntimePatcher
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.modules.fastqc.FastQCRuntimePatcher
-
public class FastQCRuntimePatcher extends Object
This class to patch FastQC to be compatible with Hadoop.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Constructor Summary
Constructors Constructor Description FastQCRuntimePatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringbase64ForIcon(String path, Class clazz)This method replace the HTMLReportArchive.base64ForIcon() method.static voidpatchFastQC()Patch FastQC for hadoop mode.
-
-
-
Method Detail
-
patchFastQC
public static void patchFastQC() throws EoulsanExceptionPatch FastQC for hadoop mode.- Throws:
EoulsanException- if an error occurs while patching FASTQC
-
-