Legofit
infers population history from nucleotide site patterns.
parse.h
1
#ifndef HAVE_PARSE
2
#define HAVE_PARSE
3
4
#include "typedefs.h"
5
6
int
countSegments
(FILE * fp);
7
PtrPair
mktree
(FILE * fp,
SampNdx
*sndx,
LblNdx
*lndx,
Bounds
*bnd);
8
9
#endif
mktree
PtrPair mktree(FILE *fp, SampNdx *sndx, LblNdx *lndx, Bounds *bnd)
Parse an input file in .lgo format.
Definition:
parse.c:625
countSegments
int countSegments(FILE *fp)
Count the number of "segment" statements in input file.
Definition:
parse.c:763
Bounds
Definition:
parstore.h:10
LblNdx
Definition:
lblndx.h:8
PtrPair
Definition:
typedefs.h:60
SampNdx
Definition:
sampndx.h:8
Generated on Fri Mar 17 2023 17:45:47 for Legofit by
1.9.4