From 0d0a1b3a8b59705cc8393cdb9cd28f6301663d73 Mon Sep 17 00:00:00 2001 From: shmlkv Date: Mon, 2 Mar 2026 12:54:44 -0300 Subject: [PATCH] Add DNA Claude Analysis to Personal Genome Analysis section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a new 'Personal Genome Analysis' section under Utilities, featuring dna-claude-analysis — a privacy-first, fully local genome analysis toolkit that processes raw DNA data across 17 categories and generates a self-contained HTML report. Co-Authored-By: shmlkv --- awesome-privacy.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/awesome-privacy.yml b/awesome-privacy.yml index d79d3e7..99a5523 100644 --- a/awesome-privacy.yml +++ b/awesome-privacy.yml @@ -3802,6 +3802,25 @@ categories: use to securely remove files or directories, just run `srm -zsv /path/to/file` for a single pass over. + ###################################### + ###### Personal Genome Analysis ###### + ###################################### + - name: Personal Genome Analysis + intro: | + Tools for analyzing raw DNA data from consumer testing kits (e.g. 23andMe, AncestryDNA) + in a privacy-preserving way. These tools process your genetic data locally, + without uploading it to third-party servers. + services: + - name: DNA Claude Analysis + url: https://github.com/shmlkv/dna-claude-analysis + github: shmlkv/dna-claude-analysis + openSource: true + description: | + Privacy-first personal genome analysis toolkit that processes all DNA data locally. + Python scripts analyze raw DNA files across 17 categories including ancestry, health risks, + nutrition, sports, pharmacogenomics and carrier status. Generates a self-contained + single-page HTML visualization with no external data transmission. + - name: Operating Systems