armored-cart-design-agent
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
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.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-vcf-manipulation
Skill Snapshot
Source Doc
| Operation | Command | Use Case |
|---|---|---|
| Merge | bcftools merge | Combine samples from multiple VCFs |
| Concat | bcftools concat | Combine regions from multiple VCFs |
| Sort | bcftools sort | Sort unsorted VCF |
| Intersect | bcftools isec | Compare/intersect call sets |
| Subset | bcftools view | Extract samples or regions |
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.
bcftools merge sample1.vcf.gz sample2.vcf.gz -Oz -o merged.vcf.gz
Related skills
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic search.
Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis generation.
Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-aware duplicate remo…