Hi there, and welcome to CTGCatalog.
I'm Yunye, and I study complex trait genomics. I created this collection to bring together resources that I personally find useful for my work.
CTGCatalog is a GWAS-focused collection for complex trait genetics, including reference data, public summary statistics, software tools, related literature, and AI-related resources. It is a personal curated collection rather than an exhaustive or official resource. AI assists with curation, while all entries are reviewed and maintained manually.
Source data: catalog entries live as JSON files under json/; the site is generated by src/main.py (see .design/DESIGN.md). Install jsonschema for the startup schema check (pip install -r requirements-dev.txt). PubMed citation fields are stored in each JSON file; refresh from NCBI with cd src && python sync_json_bibliography.py. Journal index files under json/journals/ are regenerated with cd src && python sync_journals_from_catalog.py. Multi-phase programs live under json/projects/<program>/ — one JSON file per stage (maintained by hand).