Legofit
infers population history from nucleotide site patterns.
Functions | Variables
bepe.c File Reference
#include "strdblqueue.h"
#include "misc.h"
#include <strings.h>
#include <time.h>
#include <unistd.h>

Functions

void usage (void)
 Print usage message and die. More...
 
int main (int argc, char **argv)
 

Variables

const char * usageMsg
 

Function Documentation

◆ usage()

static void usage ( void  )

Print usage message and die.

Parse output of ms.

Variable Documentation

◆ usageMsg

const char* usageMsg
Initial value:
=
"usage: bepe [options] <realdat> <bdat1> <bdat2> ... -L <real.legofit>\n"
" <b1.legofit> <b2.legofit> ...\n" "\n"
" where realdat is the real data, each \"bdat\" file is the data\n"
" for one bootstrap or simulation replicate, and each \"b#.legofit\"\n"
" file is the legofit output from the corresponding bootstrap replicate\n"
" Must include realdat file and at least 2 bootstrap replicates.\n" "\n"
"Options:\n"
" -h or --help : print this message\n"