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