Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-workflows-somatic-variant-pipeline

Maintainer FreedomIntelligence · Last updated April 1, 2026

Tumor-normal somatic variant calling with GATK Mutect2/Strelka2.

OpenClawNanoClawAnalysisReproductionbio-workflows-somatic-variant-pipeline🧠 bioos extended suitebioos extended bioinformatics suitetumor

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-somatic-variant-pipeline

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Complete workflow for calling somatic mutations from tumor-normal paired samples.
  • for normal in normal1.bam normal2.bam normal3.bam; do sample=$(basename $normal.bam) gatk Mutect2 \ -R reference.fa \ -I $normal \ --max-mnp-distance 0 \ -O ${sample}.vcf.gz done.

Source Doc

Excerpt From SKILL.md

Combine into PON

gatk GenomicsDBImport
-R reference.fa
--genomicsdb-workspace-path pon_db
-V normal1.vcf.gz
-V normal2.vcf.gz
-V normal3.vcf.gz
-L intervals.bed

gatk CreateSomaticPanelOfNormals
-R reference.fa
-V gendb://pon_db
-O pon.vcf.gz


## Step 5: Filter Variants

```bash
gatk FilterMutectCalls \
    -R reference.fa \
    -V unfiltered.vcf.gz \
    --contamination-table contamination.table \
    --tumor-segmentation segments.table \
    --ob-priors read-orientation-model.tar.gz \
    -O filtered.vcf.gz

## Extract PASS variants

bcftools view -f PASS filtered.vcf.gz -Oz -o somatic_final.vcf.gz

Use cases

  • Use bio-workflows-somatic-variant-pipeline for genomics and bioinformatics workflows.
  • Apply bio-workflows-somatic-variant-pipeline to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • variant-calling/gatk-variant-calling - Germline variant calling
  • variant-calling/filtering-best-practices - Filtering strategies
  • variant-calling/variant-annotation - VEP/SnpEff annotation
  • copy-number/cnvkit-analysis - Somatic CNV calling
  • variant-calling/variant-annotation - Germline pipeline

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView