X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sensspeccommand.h;fp=sensspeccommand.h;h=c690d5704652b3b68635614e4cf0b6e65050278e;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=5e25afd2098e2fed0385178eecfcfd60a65fb461;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/sensspeccommand.h b/sensspeccommand.h index 5e25afd..c690d57 100644 --- a/sensspeccommand.h +++ b/sensspeccommand.h @@ -19,13 +19,15 @@ class SensSpecCommand : public Command { public: SensSpecCommand(string); SensSpecCommand(); - ~SensSpecCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~SensSpecCommand(){} + + vector setParameters(); + string getCommandName() { return "sens.spec"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: void processPhylip(); @@ -33,11 +35,10 @@ private: void setUpOutput(); void outputStatistics(string, string); - string listFile, distFile, nameFile, sensSpecFileName; + string listFile, distFile, nameFile, sensSpecFileName, phylipfile, columnfile; string outputDir; string format; vector outputNames; - map > outputTypes; long int truePositives, falsePositives, trueNegatives, falseNegatives; bool abort;