Operator toolkit for nf-core/pacsomatic matched tumor-normal workflows from BAM inputs.
Use this skill when the user needs to validate run inputs, generate pacsomatic-compliant samplesheets, prepare reproducible Nextflow launch artifacts, run locally or submit to schedulers (LSF/Slurm/PBS/SGE), and triage execution failures.
Triggers on requests to run pacsomatic, prepare launch commands/scripts, perform dry-run checks, or troubleshoot pipeline startup and scheduler submission errors.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars43.6K
LicenseLICENSE.md
Default branchmain
Open issues8
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.2
LicenseMIT
More metadata
version
1.2
skill-author
Beifang Niu
contributors
Haidong, Wenchao
upstream-pipeline
https://github.com/nf-core/pacsomatic
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md5,056 B
docsSUMMARY.md507 B
History
First seen on skills.sh
First recorded snapshot · 911 installs
SKILL.md
pacsomatic
Overview
This skill provides a reproducible execution workflow for nf-core/pacsomatic, centered on a single helper entrypoint that handles validation, artifact generation, and optional execution.
Primary entrypoint:
scripts/run_pacsomatic.py
The helper script:
validates required identifiers, files, reference mode, and runtime prerequisites
writes a pacsomatic-compatible samplesheet (patient,sample,status,bam,pbi)
generates a params YAML and launch script for reproducible reruns
supports dry-run validation and run/submit execution paths
Use this skill as the default path for pacsomatic operations. Do not bypass it with manually assembled nextflow run nf-core/pacsomatic commands unless the user explicitly asks for manual command construction.
When to Use This Skill
Invoke this skill when the user asks to:
run matched tumor-normal analysis from BAM files
generate or fix pacsomatic samplesheet and launch artifacts
execute locally or submit to schedulers (LSF/Slurm/PBS/SGE)
perform dry-run validation before execution
troubleshoot launch failures or summarize run outputs
Do not use this skill for:
deep biological interpretation beyond run-level sanity checks