mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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>
27 lines
779 B
Makefile
27 lines
779 B
Makefile
# New ports collection makefile for: mapm3
|
|
# Date created: 26 March 2008
|
|
# Whom: Tassilo Philipp <tphilipp@potion-studios.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mapm3
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.broad.mit.edu/ftp/distribution/software/mapmaker3/ \
|
|
ftp://ftp.ibiblio.org/pub/academic/biology/molbio/mapmaker/ \
|
|
http://iubio.bio.indiana.edu/soft/molbio/qtl/mapmaker/ \
|
|
http://www.mirrorservice.org/sites/iubio.bio.indiana.edu/molbio/qtl/mapmaker/
|
|
DISTNAME= mapm3-source
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= tphilipp@potion-studios.com
|
|
COMMENT= Constructs linkage maps of markers segregating in experimental crosses
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-patch:
|
|
${CP} ${WRKSRC}/sun/* ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|