COMPUTE, DON'T DESCRIBE When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it. GWAS Fine-Mapping & Causal Variant Prioritization Identify and prioritize causal variants at GWAS loci using statistical fine-mapping and locus-to-gene predictions. Overview Genome-wide association studies (GWAS) identify genomic regions associated with traits, but link…