pub fn run(config: &FastQCConfig, files: &[PathBuf]) -> Result<(), i32>Expand description
Run FastQC analysis on the given input files.
The Java OfflineRunner iterates over files, creates a SequenceFile reader for each, instantiates all QC modules, feeds every Sequence to each module, then writes the report. With –threads, files are processed in parallel via AnalysisQueue.