GLnexus
Scalable datastore for population genome sequencing, with on-demand joint genotyping
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
include
unifier.h
1
#ifndef GLNEXUS_UNIFIER_H
2
#define GLNEXUS_UNIFIER_H
3
4
#include "types.h"
5
6
namespace
GLnexus {
7
8
// unification_config...
9
11
Status unified_sites(
const
discovered_alleles& alleles, std::vector<unified_site>& ans);
12
13
}
14
15
#endif
Generated by
1.8.7