|
|
|
|
|
by csl
3365 days ago
|
|
When 23andMe took down their health reports, I reimplemented most of them myself: https://github.com/cslarsen/arv/ (I.e., arv is a newer version of the older dna-traits, which includes the actual health reports: https://github.com/cslarsen/dna-traits/) Just `pip install arv`, `python -m arv --example genome.txt` and you're good to go (it's fast as well, parses in 60-70ms). |
|