--> --- name: bio-genomics-vcf-operations description: 'VCF operations: multi-allelic parsing, variant classification (SNP/MNP/INS/DEL/COMPLEX), Ti/Tv ratio, QUAL/DP filtering, INFO field parsing. Mirrors bcftools stats.' tool_type: mixed primary_tool: genomics measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- VCF manipulation, filtering, merging, and summary statistics. Wraps bcftools and GATK Selec...
Scanned 9/7/2026
Install to Claude Code
npx -y skills add mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills- --skill genomics-vcf-operations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Genomics Vcf Operations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mdbabumiamssm-genomics-vcf-operations-llms-universal-life-science-an)More formats (shields.io, HTML) on the badges page.
<!--
# COPYRIGHT NOTICE
# This file is part of the "Universal Biomedical Skills" project.
# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>
# All Rights Reserved.
#
# This code is proprietary and confidential.
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Provenance: Authenticated by MD BABU MIA
-->
---
name: bio-genomics-vcf-operations
description: 'VCF operations: multi-allelic parsing, variant classification (SNP/MNP/INS/DEL/COMPLEX),
Ti/Tv ratio, QUAL/DP filtering, INFO field parsing. Mirrors bcftools stats.'
tool_type: mixed
primary_tool: genomics
measurable_outcome: Execute skill workflow successfully with valid output within 15
minutes.
allowed-tools:
- read_file
- run_shell_command
---
# 📋 VCF Operations
VCF manipulation, filtering, merging, and summary statistics. Wraps bcftools and GATK SelectVariants.
## CLI Reference
```bash
python omicsclaw.py run genomics-vcf-operations --demo
python omicsclaw.py run genomics-vcf-operations --input <data.vcf> --output <dir>
```
## Why This Exists
- **Without it**: Massive cohort VCF files are intractable to manipulate or filter manually
- **With it**: Fast algebraic operations stream variants safely and precisely
- **Why OmicsClaw**: Translates complex bcftools syntax into plain intuitive language prompts
## Workflow
1. **Calculate**: Map sequence ranges or filter criteria strings.
2. **Execute**: Perform stream-based querying over compressed index.
3. **Assess**: Ensure output satisfies the boundary limits dynamically.
4. **Generate**: Output sub-sampled VCF representations.
5. **Report**: Tabulate variant extraction statistics.
## Example Queries
- "Filter this vcf file keeping only PASS variants"
- "Merge these sample vcfs using bcftools"
## Output Structure
```
output_directory/
├── report.md
├── result.json
├── processed.vcf.gz
├── figures/
│ └── filter_stats.png
├── tables/
│ └── cohort_summary.csv
└── reproducibility/
├── commands.sh
├── environment.yml
└── checksums.sha256
```
## Safety
- **Local-first**: Strict offline processing without external upload.
- **Disclaimer**: Requires OmicsClaw reporting structures and disclaimers.
- **Audit trail**: Hyperparameters and operational flow states are logged fully.
## Integration with Orchestrator
**Trigger conditions**:
- Automatically invoked dynamically based on tool metadata and user intent matching.
**Chaining partners**:
- `variant-call` — Upstream VCF source
- `annotation` — Downstream downstream impact modeling
## Citations
- [bcftools](https://samtools.github.io/bcftools/)
- [GATK](https://gatk.broadinstitute.org/)
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!