Skip to content

Install ped_parser and Madeline2

Dave Lawrence edited this page Nov 14, 2022 · 5 revisions

Optional install for Pedigree graphs

python3 -m pip install ped_parser

Madeline - from https://madeline.med.umich.edu/madeline/

apt-get install -y cmake libxml2-dev build-essential gettext
cd /tmp
git clone https://github.com/piratical/Madeline_2.0_PDE.git 
cd Madeline_2.0_PDE/
cmake . # dot is important
make
sudo make install # Optional step, otherwise need absolute path in settings

Then change settings:

settings.PEDIGREE_MADELINE2_COMMAND = "madeline2"

Clone this wiki locally