]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
added zap method to classify.seqs and changed bayesian method name to wang.
[mothur.git] / phylotypecommand.h
index a0411308e01121af1a56a68dd28218b421598cbc..0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2 100644 (file)
@@ -26,9 +26,11 @@ public:
        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()); }