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.
Test-MatchGedmatch 🟠Beta
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.
Create tree structures using Mermaid-cli. This allows you create tree diagrams using only code that can be rendered to numerous formats or for embedding in Markdown files to becompiled into documentation using pandoc or equivalent. Requires npm (nodejs) and mermaid-cli both of which are cross platform.
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