Data & ReproClinical MedicineFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-vcf-manipulation

Maintainer FreedomIntelligence · Last updated April 1, 2026

Merge, concatenate, sort, intersect, and subset VCF files using bcftools. Use when combining variant files, comparing call sets, or restructuring VCF data.

OpenClawNanoClawAnalysisReproductionbio-vcf-manipulation🧬 bioinformatics (gptomics bio-* suite)bioinformatics — clinical databases & variant analysismerge

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-vcf-manipulation

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Merge, concat, sort, and compare VCF files using bcftools.
  • bcftools merge -l files.txt -Oz -o merged.vcf.gz.

Source Doc

Excerpt From SKILL.md

Operations Overview

OperationCommandUse Case
Mergebcftools mergeCombine samples from multiple VCFs
Concatbcftools concatCombine regions from multiple VCFs
Sortbcftools sortSort unsorted VCF
Intersectbcftools isecCompare/intersect call sets
Subsetbcftools viewExtract samples or regions

bcftools merge

Goal: Combine VCF files from different samples into a single multi-sample VCF.

Approach: Use bcftools merge to join files with different sample columns at shared genomic positions.

"Merge my per-sample VCFs into one file" → Combine variant records from multiple samples into a single multi-sample VCF.

Combine multiple VCF files with different samples at the same positions.

Output missing genotypes as ./. (default)

bcftools merge sample1.vcf.gz sample2.vcf.gz -Oz -o merged.vcf.gz

Use cases

  • Use when combining variant files, comparing call sets, or restructuring VCF data.

Not for

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

Upstream Related Skills

  • vcf-basics - View and query VCF files
  • filtering-best-practices - Filter variants before manipulation
  • variant-normalization - Normalize before comparing
  • vcf-statistics - Compare statistics after manipulation

Related skills

Related skills

Back to directory
AR
Data & ReproClinical Medicine

armored-cart-design-agent

Design armored CAR-T cells with cytokine payloads and resistance mechanisms.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AR
Data & ReproClinical Medicine

arxiv-search

Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AU
Data & ReproClinical Medicine

autonomous-oncology-agent

Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis generation.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproClinical Medicine

bio-cfdna-preprocessing

Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-aware duplicate remo…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView