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