pacsomatic

Validate and execute nf-core/pacsomatic pipelines for tumor-normal BAM analysis.

2|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill pacsomatic-lord1egypt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pacsomatic
Source: https://github.com/Lord1Egypt/scientific-agent-toolkit/tree/main/scientific-skills/pacsomatic
Command: npx skills add https://github.com/Lord1Egypt/scientific-agent-toolkit --skill pacsomatic-lord1egypt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nextflow, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the complex, error-prone process of setting up and running nf-core/pacsomatic pipelines, ensuring consistent results for matched tumor-normal genomic analysis.

Core Features & Use Cases

  • Automated Workflow Orchestration: Validates inputs, generates compliant samplesheets, and prepares reproducible launch artifacts.
  • Multi-Platform Execution: Supports local execution and seamless submission to HPC schedulers including LSF, Slurm, PBS, and SGE.
  • Use Case: A researcher needs to run a somatic variant calling workflow on a new tumor-normal pair; this skill validates the BAM files, generates the required samplesheet, and submits the job to the cluster with the correct resource allocations.

Quick Start

Use the pacsomatic skill to run a tumor-normal analysis for patient P001 using the tumor BAM at /data/tumor.bam and normal BAM at /data/normal.bam with the GRCh38 genome.

Frequently Asked Questions about pacsomatic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run tumor-normal somatic variant calling on an HPC cluster?

Tumor-normal somatic variant calling on an HPC cluster requires orchestrating Nextflow pipelines with valid matched BAM inputs. This skill automates samplesheet generation, artifact preparation, and scheduler-based job submission across diverse environments like Slurm, LSF, PBS, and SGE.

Do I need Nextflow to execute nf-core/pacsomatic pipelines?

Yes, you need Nextflow to execute nf-core/pacsomatic pipelines, along with Python and valid container runtimes. These dependencies are required to validate inputs and ensure reproducible genomic somatic variant calling across local or HPC environments.

Can I submit Nextflow genomic workflows to Slurm or LSF schedulers?

You can submit Nextflow genomic workflows to Slurm, LSF, PBS, and SGE schedulers. This skill manages scheduler-based job submission with correct resource allocations for matched tumor-normal BAM analysis across diverse HPC environments.

What is the best way to prepare samplesheets for tumor-normal BAM analysis?

The best way to prepare samplesheets for tumor-normal BAM analysis is through automated workflow orchestration. This skill validates inputs and automatically generates compliant samplesheets to ensure reproducible genomic variant calling.

What are the limitations of using pacsomatic for matched tumor-normal analysis?

A limitation of matched tumor-normal analysis with this skill is the strict requirement for valid BAM inputs. It also requires Nextflow, Python, and container runtimes to ensure reproducible genomic variant calling, meaning raw FASTQ data must be aligned first.

Why does my somatic variant calling workflow fail on the cluster?

Somatic variant calling workflows often fail on the cluster due to non-compliant samplesheets or missing dependencies. This skill validates BAM inputs, generates compliant samplesheets, and ensures correct resource allocations across HPC schedulers.