Interface InputPreprocessor

    • Method Detail

      • getReportName

        String getReportName()
        Get the name of the report.
        Returns:
        the name of the report
      • getDataFormat

        DataFormat getDataFormat()
        Get the DataFormat handled by the preprocessor.
        Returns:
        the DataFormat handled by the preprocessor
      • preprocess

        void preprocess​(TaskContext context,
                        Data data,
                        File multiQCInputDirectory)
                 throws IOException
        Preprocess data.
        Parameters:
        context - Step context
        data - data to preprocess
        multiQCInputDirectory - MultiQC input directory
        Throws:
        IOException - if an error occurs while preprocessing the data