armored-cart-design-agent
Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Call SNPs and indels from aligned reads using bcftools mpileup and call. Use when detecting variants from BAM files or generating VCF from alignments.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-variant-calling
Skill Snapshot
Source Doc
Goal: Detect SNPs and indels from aligned reads using the bcftools pileup-and-call pipeline.
Approach: Generate per-position pileup likelihoods with mpileup, then call genotypes with the multiallelic caller.
"Call variants from my BAM file" → Generate genotype likelihoods from aligned reads and identify variant sites using a Bayesian caller.
Goal: Control pileup generation with quality thresholds, annotations, and region restrictions.
Approach: Set minimum mapping/base quality, request specific FORMAT/INFO tags, and restrict to target regions.
| Flag | Model | Use Case |
|---|---|---|
-m | Multiallelic caller | Default, recommended |
-c | Consensus caller | Legacy, single sample |
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…