skills/pacsomatic/references/agent-playbook.md
Users only need to provide run inputs; they do not need to know pipeline internals:
--fasta path or --genome key)Optional:
pbi pathsNo repository checkout directory is required for this skill.
Use this sequence when helping a user run nf-core/pacsomatic:
--fasta or --genomepbi is optional, but if provided the file must exist.--dry-run to validate assumptions and generate artifacts without scheduling.--run with a selected --executor (local, lsf, slurm, pbs, or sge).Recommended helper command:
python .github/skills/pacsomatic/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 \
--profile singularity,sanger \
--executor local \
--dry-run
Launch command variant:
python .github/skills/pacsomatic/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 \
--fasta /path/to/reference.fa \
--profile singularity,sanger \
--executor lsf \
--run