mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
filter.h
1 /* A command to filter data by fields set in the map file. */
2 
3 #ifndef FILTER_H_
4 #define FILTER_H_
5 
6 #include <string>
7 #include "map_file.h"
8 #include "interface.h"
9 #include "data_types/allele.h"
10 #include "typedef.h"
11 
16 int filter(int argc, char *argv[]);
20 #endif