]> git.donarmstrong.com Git - mothur.git/blobdiff - sensspeccommand.h
pat's fixes to pca command
[mothur.git] / sensspeccommand.h
index 818667a1c52729a2610564334d13225472eaac39..c690d5704652b3b68635614e4cf0b6e65050278e 100644 (file)
@@ -18,9 +18,16 @@ class SensSpecCommand : public Command {
        
 public:
        SensSpecCommand(string);
-       ~SensSpecCommand();
-       int execute();
-       void help();
+       SensSpecCommand();
+       ~SensSpecCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "sens.spec";                           }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        void processPhylip();
@@ -28,9 +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<string> outputNames;
 
        long int truePositives, falsePositives, trueNegatives, falseNegatives;
        bool abort;
@@ -40,4 +48,7 @@ private:
        int precision;
 };
 
-#endif
\ No newline at end of file
+#endif
+
+
+