Modules§
Structs§
- Chart
Image - Rendered chart image stored in the FastQC archive.
- FastQC
Report - Result of running FastQC on a single file or sequence set.
- FastQC
Runner - Public API for running QC on in-memory sequences.
- Module
Result - Per-module QC result with structured data for programmatic access.
Constants§
Functions§
- create_
modules - Create the standard module list, matching Java ModuleFactory.getStandardModuleList().
- detect_
format - Run FastQC analysis on a single file and return the data report text. Detect input format from config or file extension. Matches Java SequenceFactory logic.
- run_
fastqc - Run FastQC analysis on the given files with the provided configuration. Uses rayon thread pool when –threads > 1 for parallel file processing.
- run_
fastqc_ on_ file - Run FastQC analysis on a single file and return both reports.