| name | variant-annotation |
| description | Annotate VCF variants with Ensembl VEP REST, ClinVar significance, gnomAD/population frequency context, and prioritized variant ranking. |
| version | 0.1.0 |
| author | Toby Clark |
| license | MIT |
| domain | genomics |
| tags | ["genomics","vcf","variant-annotation","vep","clinvar","gnomad"] |
| inputs | [{"name":"input","type":"file","format":["vcf","vcf.gz"],"description":"Input VCF containing variant records and optional sample genotype columns"}] |
| outputs | [{"name":"report","type":"file","format":"markdown","description":"Variant annotation summary report with prioritized findings"},{"name":"result","type":"file","format":"json","description":"Machine-readable annotation results and summary metrics"},{"name":"annotated_variants","type":"file","format":"tsv","description":"Flat per-variant annotation table with consequence, ClinVar, and frequency fields"},{"name":"reproducibility","type":"directory","description":"Reproduction commands and run metadata for the analysis"}] |
| demo_data | [{"path":"example_data/synthetic_clinvar_panel.vcf","description":"Bundled synthetic 20-variant VCF used for demo mode"}] |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":[],"config":[]},"always":false,"emoji":"🧬","homepage":"https://github.com/ClawBio/ClawBio","os":["darwin","linux"],"install":[{"kind":"uv","package":"pysam","bins":[]},{"kind":"uv","package":"requests","bins":[]}],"trigger_keywords":["vcf","variant annotation","vep","clinvar","gnomad","annotate variants","pathogenic variants"]}} |