CRI-MAP is (old) software for linkage map construction with data on pedigrees. The version 2.4 (1990-03-26) code taken from http://compgen.rutgers.edu/crimap (in particular http://compgen.rutgers.edu/downloads/crimap.source.zip) with a few small changes to get it to compile with gcc version 11.3.0.
Documentation at https://saf.bio.caltech.edu/saf_manuals/crimap-doc.html.
Compile the software with:
gcc -O -o crimap *.c -lm
Made the following changes to get it to compile:
-
In
e_ped.c, added argument to calls toexit() -
In
our_allo.candour_orde.c, moved definition ofmorecoreto earlier in the file -
In
defs.h, changedtypedef INTfrominttolong -
Adjusted a bunch of parameters in
defs.h,e_conv.c, ande_crimap.c -
In
e_crimap.c, changed print statements to print estimated map with greater precision