7e14529975
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>
9 lines
332 B
Text
9 lines
332 B
Text
--- sun/xqtl.orig 2008-04-04 20:05:29.000000000 +0000
|
|
+++ sun/xqtl 2008-04-04 19:59:41.000000000 +0000
|
|
@@ -10,5 +10,5 @@
|
|
else if (-e /usr/openwin/demo/xterm) then
|
|
exec /usr/openwin/demo/xterm $xoptions $fontsize -e $program $*
|
|
else
|
|
- exec xterm $options $fontsize -e $program
|
|
+ exec xterm $xoptions $fontsize -e $program
|
|
endif
|