mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
read_vcf.h
1 #ifndef _READ_VCF_H_
2 #define _READ_VCF_H_
3 
4 #include "allele.h"
5 #include "locus.h"
6 #include "map_file.h"
7 #include "interface.h"
8 #include "file_index.h"
9 #include "vcf_file.h"
10 
11 #ifndef NOLZ4
12 #include "state.h"
13 #endif
14 
15 #ifdef MPI
16 #include <ciso646>
17 #include <mpi.h>
18 #endif
19 
20 int read_vcf(int, char **);
21 
22 #endif