mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
map2genotype.h
1 #ifndef _MAP2GENOTYPE_H_
2 #define _MAP2GENOTYPE_H_
3 
4 #include <vector>
5 
6 #include "interface.h"
7 #include "population.h"
8 #include "allele.h"
9 #include "map_file.h"
10 #include "typedef.h"
11 #include "quartet.h"
12 #include "locus.h"
13 
17 int map2genotype(int argc, char* argv[]);
20 #endif