Legofit
infers population history from nucleotide site patterns.
|
#include "branchtab.h"
#include "comb.h"
#include "gptree.h"
#include "lblndx.h"
#include "matcoal.h"
#include "network.h"
#include "parstore.h"
#include "patprob.h"
#include <assert.h>
#include <getopt.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
#include <limits.h>
#include <stdio.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
Functions | |
void | usage (void) |
int | main (int argc, char **argv) |
Variables | |
pthread_mutex_t | seedLock |
unsigned long | rngseed |
tipId_t | union_all_samples |