mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
compare-pooled.h
1 /* A command to compare two or more populations with pooled sequencing and
2  * print Fst values.
3  */
4 #ifndef _COMPAREPOOLED_H_
5 #define _COMPAREPOOLED_H_
6 
7 #include <iomanip>
8 #include <iostream>
9 
10 #include "interface.h"
11 #include "compare-pooled.h"
12 #include "pooled_likelihood.h"
13 
14 int comparePooled(int argc, char *argv[]);
15 #endif