Class FastQCRuntimePatcher


  • public class FastQCRuntimePatcher
    extends Object
    This class to patch FastQC to be compatible with Hadoop.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • FastQCRuntimePatcher

        public FastQCRuntimePatcher()
    • Method Detail

      • patchFastQC

        public static void patchFastQC()
                                throws EoulsanException
        Patch FastQC for hadoop mode.
        Throws:
        EoulsanException - if an error occurs while patching FASTQC
      • base64ForIcon

        public static String base64ForIcon​(String path,
                                           Class clazz)
        This method replace the HTMLReportArchive.base64ForIcon() method.
        Parameters:
        path - path of the resource to load
        clazz - the class that call the method
        Returns:
        an image encoded in base64