X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sensspeccommand.h;h=bfa329131f341e6a0750a318cc237ead77bbd8a4;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=73b74e3983a9b1e4078a5ee55e5ae975fd40f944;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/sensspeccommand.h b/sensspeccommand.h index 73b74e3..bfa3291 100644 --- a/sensspeccommand.h +++ b/sensspeccommand.h @@ -48,7 +48,7 @@ private: set labels; //holds labels to be used long int truePositives, falsePositives, trueNegatives, falseNegatives; - bool abort, allLines; + bool abort, allLines, square; bool hard; //string lineLabel; double cutoff; @@ -58,6 +58,8 @@ private: int fillSeqPairSet(set&, ListVector*&); int process(map&, string, bool&, string&); int process(set&, string, bool&, string&, int); + string preProcessList(); + bool testFile(); };