mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
read_pheno.h
1 #ifndef _READ_PHENO_H_
2 #define _READ_PHENO_H_
3 
4 #include "phenotype.h"
5 #include "map_file.h"
6 #include "interface.h"
7 #include "plink_pheno.h"
8 
9 #ifdef MPI
10 #include <ciso646>
11 #include <mpi.h>
12 #endif
13 
14 int read_pheno(int, char **);
15 
16 #endif