Last active
September 29, 2025 10:38
-
-
Save ukarulis/5655d039f1d9b348dd10c30d3bbb0ebf to your computer and use it in GitHub Desktop.
Config for 09812djdfd
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": "First dynamic test", | |
| "active": false, | |
| "impact_mode": "bars", | |
| "include_gene_descriptions": true, | |
| "gene_desc_page_images": [ | |
| "https://d1jyxxz9imt9yb.cloudfront.net/medialib/4350/image/s1300x1300/AdobeStock_123823873_433578_reduced.jpg", | |
| "https://d1jyxxz9imt9yb.cloudfront.net/medialib/4351/image/s1300x1300/Bison-parc-Yellostone-USA-septembre-2015_reduced.jpg", | |
| "https://example.com/desc_page_img_3.jpg" | |
| ], | |
| "theme": { | |
| "green_hex": "#DBF0E0", | |
| "yellow_hex": "#FFF2CC", | |
| "accent_hex": "#000000" | |
| }, | |
| "genes": [ | |
| { | |
| "gene": "BSID", | |
| "rs": "rs098123", | |
| "label": "BSID", | |
| "range": [ | |
| "C", | |
| "T" | |
| ] | |
| }, | |
| { | |
| "gene": "BYOD", | |
| "rs": "rsBluescreen", | |
| "label": "BYOD", | |
| "range": [ | |
| "D", | |
| "I" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment