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 String
base64ForIcon(String path, Class clazz)
This method replace the HTMLReportArchive.base64ForIcon() method.static void
patchFastQC()
Patch FastQC for hadoop mode.
-
-
-
Method Detail
-
patchFastQC
public static void patchFastQC() throws EoulsanException
Patch FastQC for hadoop mode.- Throws:
EoulsanException
- if an error occurs while patching FASTQC
-
-