iVar
get_masked_amplicons.h
1 #include "primer_bed.h"
2 
3 #ifndef get_masked_amplicons
4 #define get_masked_amplicons
5 
6 int get_primer_indice(std::vector<primer> p, unsigned int pos);
7 int get_primers_with_mismatches(std::string bed, std::string vpath);
8 
9 #endif