Skip to content

gsmitheidw/GenealogyTools

Repository files navigation

GenealogyTools

Tools to aid Genealogy

Tool to aid posting Gedmatch Project Results to Forums and Facebook Groups. Written in powershell to take a spreadsheet in CSV from Gedmatch and sort results and convert them into nicely formatted images with column headers and conditional highlighting and marking closer MRCA (most recent common ancestors) in red text.


Powershell script to look for triangulated segments in DNA matches from Gedmatch CSV files and output a list of people from a particular Gedmatch project results that match you on those chromosomes on those segments you're interested in.


Script to login to Gedmatch to test a given kit against your own. Written in Python with Selenium. Requires Firefox. Also provided as a Windows binary.


Security (re: Powershell)

Powershell may require you change Execution Policy before being able to run these scripts. If you get an error about this, run this line in Powershell first:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force