mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
Main Page
Related Pages
Modules
Data Structures
Files
File List
All
Data Structures
Functions
Variables
Friends
Groups
Pages
mapgd_0.4
commands
make_vcf2.h
1
#ifndef _MAKE_VCF2_H_
2
#define _MAKE_VCF2_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
#ifndef NOLZ4
11
#include "state.h"
12
#endif
13
14
#ifdef MPI
15
#include <ciso646>
16
#include <mpi.h>
17
#endif
18
19
int
make_vcf2(
int
,
char
**);
20
21
#endif
Generated on Mon Oct 1 2018 13:55:19 for mapgd by
1.8.6