]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / phylotypecommand.h
index e45e21b74a9ae58a6beef19a9a484344364c31de..36e679f28aab41ec31848084b117845a9ecab12c 100644 (file)
@@ -21,13 +21,15 @@ class PhylotypeCommand : public Command {
 public:
        PhylotypeCommand(string);       
        PhylotypeCommand();
-       ~PhylotypeCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute(); 
-       void help();    
+       ~PhylotypeCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "phylotype";                           }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getHelpString(); 
+       
+       int execute();
+       void help() { m->mothurOut(getHelpString()); }
        
 private:
        bool abort, allLines;