Quality Control ======= .. _Quality Control: .. figure:: _static/subpipelines/qc.jpeg :width: 600 The Quality Control subpipeline checks incoming reads to ensure they are high quality. It runs directly on the raw reads. Modules ^^^^^^^ FastQC ------ `FastQC `_ provides simple quality control checks on raw sequence data. It provides a set of analyses that help researchers diagnose any downstream issues or outliers. FastQC produces two files. An standalone HTML file with diagnostic graphs and a zip file with the intermeidate data used to build the HTML report. An example of the output files from this module may be found on `Pangea `_. .. autoclass:: cap2.pipeline.preprocessing.FastQC