1 parent a80fa8f commit e646daaCopy full SHA for e646daa
1 file changed
src/variant_caller.h
@@ -29,17 +29,16 @@
29
#include "basetype.h"
30
#include "algorithm.h"
31
#include "version.h"
32
-
33
#include "external/thread_pool.h"
34
+static const bool IS_DELETE_CACHE_BATCHFILE = true;
35
+static const char BASE_Q0_CHAR = '!'; // The ascii code of '!' character is 33
36
+
37
/**
38
* @brief BaseTypeRunner class
39
*/
40
class BaseTypeRunner {
41
private:
- static const bool IS_DELETE_CACHE_BATCHFILE = true;
- static const char BASE_Q0_CHAR = '!'; // The ascii code of '!' character is 33
42
43
// Commandline arguments
44
struct BaseTypeARGS {
45
/* Variables for all the commandline options of BaseType */
0 commit comments