What problem does it solve?
This Skill automates the analysis of matched tumor-normal workflows from BAM inputs, streamlining validation, artifact generation, and execution.
Core Features & Use Cases
- Operator Toolkit: Provides a comprehensive set of tools for validating inputs, generating samplesheets, and preparing launch artifacts.
- Local/Remote Execution: Supports local execution or submission to schedulers (LSF/Slurm/PBS/SGE).
- Dry-Run Validation: Allows for dry-run checks before actual execution.
- Error Triage: Assists in troubleshooting pipeline startup and scheduler submission errors.
- Use Case: Ideal for researchers and bioinformaticians who need to analyze matched tumor-normal workflows and want to automate the process for efficiency and reliability.
Quick Start
Run the pacsomatic skill to analyze tumor-normal samples from BAM files, using the following command:
python scripts/run_pacsomatic.py --tumor-bam /path/to/tumor.bam --normal-bam /path/to/normal.bam --patient-id P001 --tumor-sample-id P001_T --normal-sample-id P001_N --outdir /path/to/output --genome GRCh38