Added qPCR Validation design code
[htsworkflow.git] / htswanalysis / src / ValidationDesign / util.h
1 #ifndef UTIL_H
2 #define UTIL_H
3
4 #include <string>
5 #include <vector>
6
7 using namespace std;
8
9 void split (const string& text, const string& separators, vector<string>& words);
10
11 #endif