]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / phylotypecommand.h
index e45e21b74a9ae58a6beef19a9a484344364c31de..0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2 100644 (file)
@@ -21,13 +21,18 @@ 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 "Clustering";          }
+       string getOutputFileNameTag(string, string);
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Phylotype"; }
+       string getDescription()         { return "cluster your sequences into OTUs based on their classifications"; }
+
+       int execute();
+       void help() { m->mothurOut(getHelpString()); }
        
 private:
        bool abort, allLines;