| metadata | {"skill-author":"Aviv Madar","version":"0.1.0","domain":"bioinformatics","tags":["gwas","gwas-catalog","region-fetch","tabix","summary-statistics","harmonised"],"inputs":[{"name":"accession","type":"string","description":"GWAS Catalog study accession (e.g. GCST90269602 for cholesterol-VLDL).","required":true},{"name":"chromosome","type":"string","description":"Chromosome name without `chr` prefix.","required":true},{"name":"start_bp","type":"integer","description":"Region start, 1-based GRCh38.","required":true},{"name":"end_bp","type":"integer","description":"Region end, 1-based GRCh38 (inclusive).","required":true}],"outputs":[{"name":"variants","type":"list","description":"Per-variant rows with variant_id, chromosome, position, ref, alt, beta, se, p_value, allele frequencies."},{"name":"release","type":"object","description":"GWASCatalogRelease with accession, harmonised file path, fetched_at_utc."}],"dependencies":["python>=3.10","pysam>=0.22","pandas>=2.0","requests>=2.28"],"demo_data":["examples/input.json"],"endpoints":["https://ftp.ebi.ac.uk/pub/databases/gwas/summary_statistics/"],"openclaw":{"requires":{"bins":"[Truncated]","env":"[Truncated]","config":"[Truncated]"},"always":false,"emoji":"🧬","homepage":"https://github.com/ClawBio/ClawBio","os":["darwin","linux"],"install":"pip install pysam pandas requests\n","trigger_keywords":["gwas region fetch","gwas catalog region","gwas sumstats slice","GCST harmonised tabix","GWAS catalog tabix"]}} |