]> git.donarmstrong.com Git - mothur.git/blobdiff - pcoacommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / pcoacommand.h
index d923006bdb663bfd8a782a59738681f951eca79f..ea4d2b381e8c5b60a3d7006e51d128dda72081bb 100644 (file)
@@ -20,20 +20,21 @@ class PCOACommand : public Command {
 public:
        PCOACommand(string);    
        PCOACommand();
-       ~PCOACommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();  
-       void help();
+       ~PCOACommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "pcoa";                                        }
+       string getCommandCategory()             { return "Hypothesis Testing";          }
+       string getHelpString(); 
+       
+       int execute();
+       void help() { m->mothurOut(getHelpString()); }
        
 private:
 
        bool abort, metric;
        string phylipfile, filename, fbase, outputDir;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        LinearAlgebra linearCalc;
        
        void get_comment(istream&, char, char);