]> 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 30a578221f09042817534b51f91d8e33f3125c6c..0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2 100644 (file)
@@ -26,8 +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()); }