GLnexus
Scalable datastore for population genome sequencing, with on-demand joint genotyping
 All Classes Functions Variables
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