What problem does it solve?
Raw sequencing reads often contain adapter contamination, quality drops, pairing errors, or artifacts that silently corrupt downstream analysis. This Skill validates FASTQ inputs, runs standardized QC with FastQC and MultiQC, interprets the results, and only recommends trimming with fastp or Cutadapt when the evidence warrants it.
Core Features & Use Cases
- Automated QC Execution: Runs a plugin-owned local runner that performs pre-execution validation, then produces FastQC/MultiQC reports, a run manifest, and a structured qc_interpretation.json.
- Guided Trimming Decisions: Interprets per-base quality, adapter signal, poly-G artifacts, duplication, and pairing issues before choosing fastp or Cutadapt trimming branches, never overwriting raw reads.
- Use Case: A researcher receives demultiplexed paired-end reads from a sequencing facility and needs to know whether the libraries are usable for variant calling. The Skill inventories the read pairs, runs QC, flags per-tile failures and adapter content, and recommends a Cutadapt trim with explicit adapter sequences.
Quick Start
Ask the assistant to inspect your FASTQ files, infer R1/R2 pairings, run FastQC and MultiQC QC, and recommend whether trimming is needed.