agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Tumor-normal somatic variant calling with GATK Mutect2/Strelka2.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-somatic-variant-pipeline
技能摘要
原始文档
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
相关技能
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.