Monthly Archives: February 2008

PyPedal can now import and export GEDCOM 5.5 files

It took me most of the day but I finally have the GEDCOM import and export working correctly. Only a small subset of the GECDOM standard is supported, but most of the information that can be exchanged in GEDCOM files … Continue reading

Posted in Articles | Tagged , , , | Leave a comment

PyPedal now calculates ancestral inbreeding coefficients

PyPedal can now calculate ancestral inbreeding coefficients using either the recursion equation of Ballou (1997) or the gene dropping method of Suwanlee et al. (2007). Ancestral inbreeding is the probability of an individual inheriting an allele that has undergone inbreeding … Continue reading

Posted in Articles | Tagged , , , | Leave a comment

PyPedal now calculates partial inbreeding coefficients

After sitting on the “coming soon” list for a couple of years PyPedal can finally calculate coefficients of partial inbreeding! As side effect, the pyp_nrm/reorder() routine now moves all founders to the beginning of the pedigree. In the past, founders … Continue reading

Posted in Articles | Tagged , , , | Leave a comment

Installing eric4 and QScintilla2 from source on Kubuntu 7.10

I wanted to install eric4 to compare it to KDevelop as an environment for Python development. I could not find any packages for eric4, and in order to install it from source I needed to build and install both QScintilla2 … Continue reading

Posted in Articles | Tagged , , , , | Leave a comment