Design armored CAR-T cells with cytokine payloads and resistance mechanisms.
bio-variant-calling-deepvariant
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Deep learning-based variant calling with Google DeepVariant. Provides high accuracy for germline SNPs and indels from Illumina, PacBio, and ONT data. Use when calling variants with DeepVariant deep learning caller.
原始来源
FreedomIntelligence/OpenClaw-Medical-Skills
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-variant-calling-deepvariant
- 维护者
- FreedomIntelligence
- 许可
- MIT
- 最近更新
- 2026年4月1日
技能摘要
来自 SKILL.md 的关键信息
核心说明
- docker pull google/deepvariant:1.6.1-gpu。
- 用于 bam in *.bam;do sample=$(basename $bam.bam) docker run -v "${PWD}:/data" google/deepvariant:1.6.1 \ /opt/deepvariant/bin/run_deepvariant \ --model_type=WGS \ --ref=/data/reference.fa \ --reads=/data/$bam \ --output_vcf=/data/${sample}.vcf.gz \ --output_gvcf=/data/${sample}.g.vcf.gz \ --num_shards=16 done。
原始文档
SKILL.md 摘录
Installation
Goal: Install DeepVariant via Docker or Singularity container.
Approach: Pull the pre-built container image matching the target platform (CPU or GPU).
Docker (Recommended)
docker pull google/deepvariant:1.6.1
## Basic Usage
**Goal:** Call germline variants from aligned reads using DeepVariant's deep learning model.
**Approach:** Run the all-in-one `run_deepvariant` wrapper specifying model type, reference, reads, and output paths.
**"Call variants with DeepVariant"** → Convert aligned read pileups into image tensors, classify with a CNN, and output genotyped VCF.
适用场景
- 适合在calling variants ,支持 DeepVariant 深度学习 caller时使用。
不适用场景
- Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
上游相关技能
- variant-calling/gatk-variant-calling - GATK alternative
- variant-calling/variant-calling - bcftools calling
- long-read-sequencing/clair3-variants - Long-read alternative
- variant-calling/filtering-best-practices - Post-calling filtering
相关技能
相关技能
arxiv-search
Search arXiv physics, math, and computer science preprints using natural language queries. Powered by Valyu semantic sea…
Autonomous oncology research agent: literature mining, trial matching, biomarker analysis, and treatment hypothesis gene…
Preprocesses cell-free DNA sequencing data including adapter trimming, alignment optimized for short fragments, and UMI-…