What problem does it solve? Detecting somatic mutations in single-cell sequencing data requires a complex multi-step pipeline (BAM splitting, base counting, variant calling, annotation) that is error-prone to configure manually, especially on HPC clusters with SLURM scheduling. ## Core Features & Use Cases - Complete SComatic Pipeline: Runs all four SComatic steps (SplitBam, BaseCellCounter, MergeCounts, BaseCellCalling) plus optional Annovar annotation via SLURM job arrays with dependency chaining. - Downstream Analysis: Calculate tumor mutational burden (TMB) per cell type, fit COSMIC mutation signatures with MutationalPatterns, analyze clonal evolution via VAF distributions, and integrate results into Seurat objects. - FGCZ Integration: Provides SBATCH templates, directory conventions (/srv/GT/analysis/pXXXXX), and delivery commands for FGCZ infrastructure. - Use Case: Given a 10x BAM file and a Seurat object with cell type annotations, submit the full pipeline to SLURM, then compute TMB per cell type and visualize mutation burden on a UMAP. ## Quick Start Ask the agent to run the SComatic pipeline on your BAM file using the cell type assignments exported from your Seurat object, then calculate TMB per cell type.