freebsd-ports/biology/mapm3/files/patch-mapm-two_cmds.c
Rong-En Fan 7e14529975 MAPMAKER/EXP is a linkage analysis package designed to help construct primary
linkage maps of markers segregating in experimental crosses. MAPMAKER/EXP
performs full multipoint linkage analysis (simultaneous estimation of all
recombination fractions from the primary data) for dominant, recessive, and co-
dominant (e.g.  RFLP-like) markers.  MAPMAKER/EXP is an experimental-cross-only
successor to the original MAPMAKER program.

MAPMAKER/QTL is a companion program to MAPMAKER/EXP which allows one to map
genes controlling polygenic quantitative traits in F2 intercrosses and BC1
backcrosses relative to a genetic linkage map. More information on MAPMAKER/QTL
can be found in the technical report (included with MAPMAKER/QTL).

WWW: http://www.broad.mit.edu/ftp/distribution/software/mapmaker3/

PR:		ports/122452
Submitted by:	Tassilo Philipp <tphilipp at potion-studios.com>
2008-04-06 04:49:05 +00:00

16 lines
683 B
C

--- mapm/two_cmds.c.orig 2008-04-04 20:05:29.000000000 +0000
+++ mapm/two_cmds.c 2008-04-03 19:58:42.000000000 +0000
@@ -698,11 +698,11 @@
if (!print_names) {
print("\n log-likelihood differences\n");
-print( " count markers a-b-c b-a-c a-c-b\n");
+print(" count markers a-b-c b-a-c a-c-b\n");
/* 12345: 1234 1234 1234 */
} else {
print("\n log-likelihood differences\n");
-print( " count markers a-b-c b-a-c a-c-b\n");
+print(" count markers a-b-c b-a-c a-c-b\n");
/* 12345: 123456789 123456789 123456789 */
}