freebsd-ports/biology/mapm3/files/patch-mapm-map_info.h
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

11 lines
657 B
C

--- mapm/map_info.h.orig 2008-04-04 20:05:29.000000000 +0000
+++ mapm/map_info.h 2008-03-31 00:14:48.000000000 +0000
@@ -215,7 +215,7 @@
/***** Chromosome framework, assignment, and placement stuff - chroms.c *****/
extern SAVED_LIST *chromosome; /* malloced by allocate_mapping_structs() */
-#define chrom2str(x) ((x)>=0 ? chromosome->map_list[x]->map_name : "none")
+#define chrom2str(x) ((x)>=0 ? chromosome->map_list[x]->map_name : WRS("none"))
bool isa_chrom(); /* args: char *name; int *chrom; side-effected if TRUE */
#define num_chromosomes (chromosome->num_maps)
extern int current_chrom; /* set by the sequence command or reset_state() */