Last active
October 14, 2025 18:08
-
-
Save ukarulis/606de4e1864bfcab431d6a39a08e4553 to your computer and use it in GitHub Desktop.
Config for awgfwagwag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "test_name": "ewaagf", | |
| "active": false, | |
| "impact_mode": "bars", | |
| "gene_desc_mode": "none", | |
| "include_gene_descriptions": false, | |
| "gene_desc_page_images": [], | |
| "theme": { | |
| "green_hex": "#DBF0E0", | |
| "yellow_hex": "#FFF2CC", | |
| "accent_hex": "#000000" | |
| }, | |
| "images": { | |
| "title_page": "https://raw.githubusercontent.com/ukarulis/genera-assets/main/tests/awgfwagwag/title-2025-10-09T13-06-33.jpg", | |
| "title": "https://raw.githubusercontent.com/ukarulis/genera-assets/main/tests/awgfwagwag/title-2025-10-09T13-06-33.jpg" | |
| }, | |
| "genes": [ | |
| { | |
| "gene": "wagwag", | |
| "rs": "wagwa", | |
| "label": "wagwag", | |
| "range": [ | |
| "C", | |
| "T" | |
| ] | |
| } | |
| ], | |
| "justify_fields": [ | |
| "disclaimer", | |
| "about_report_text", | |
| "about_green_text", | |
| "summary_text", | |
| "result_what_body", | |
| "result_interpretation_body", | |
| "result_suggestion_body" | |
| ], | |
| "typography": { | |
| "title": { | |
| "family": "DejaVu Sans", | |
| "style": "BoldItalic" | |
| }, | |
| "heading": { | |
| "family": "Roboto", | |
| "style": "Bold" | |
| }, | |
| "body": { | |
| "family": "Montserrat", | |
| "style": "Regular" | |
| }, | |
| "fallback_chain": [ | |
| "Noto Sans", | |
| "DejaVu Sans" | |
| ], | |
| "per_field": { | |
| "results_info_*": { | |
| "family": "Montserrat", | |
| "style": "Regular" | |
| }, | |
| "*_gene_*": { | |
| "family": "Roboto", | |
| "style": "Bold" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment