FASTQ Deep QC Report
fastq_qc_reportFastQC-style deep quality-control report for a FASTQ file: per-base quality and content, GC and length distributions, sequence duplication levels, overrepresented sequences, and adapter content — each with a warn/fail verdict against FastQC's own published thresholds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | FASTQ text: records of an '@id' header, sequence, '+' separator and quality line (four lines each). | |
| qualityOffset | No | FASTQ Phred ASCII offset (33 = Sanger/Illumina 1.8+, 64 = Illumina 1.3-1.7). |