]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / phylotypecommand.h
index 36e679f28aab41ec31848084b117845a9ecab12c..0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2 100644 (file)
@@ -24,10 +24,13 @@ public:
        ~PhylotypeCommand(){}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "phylotype";                           }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       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()); }