]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
removed make count from make.contigs
[mothur.git] / phylotypecommand.h
index c5aea714714d2f95e5f57ced3fb8289f3039a481..534dc8eefcc643bda6f71d23291462b01c4d3940 100644 (file)
@@ -20,9 +20,20 @@ class PhylotypeCommand : public Command {
        
 public:
        PhylotypeCommand(string);       
-       ~PhylotypeCommand();
-       int execute(); 
-       void help();    
+       PhylotypeCommand();
+       ~PhylotypeCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "phylotype";           }
+       string getCommandCategory()             { return "Clustering";          }
+       
+       string getHelpString(); 
+    string getOutputPattern(string);   
+       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;
@@ -30,6 +41,7 @@ private:
        set<string> labels; //holds labels to be used
        int cutoff;
        map<string, string> namemap;
+       vector<string> outputNames;
        
        map<int, int> currentNodes;
        map<int, int> parentNodes;