iVar
call_variants.h
1 #include<iostream>
2 
3 #ifndef call_variants
4 #define call_variants
5 
6 int call_variants_from_plup(std::istream &cin, std::string out_file, uint8_t min_qual, double min_threshold);
7 std::vector<allele>::iterator get_ref_allele(std::vector<allele> ad, char ref);
8 
9 #endif