]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
Merge remote-tracking branch 'origin/master'
[mothur.git] / phylotypecommand.h
index 30a578221f09042817534b51f91d8e33f3125c6c..7fe10af58dde8ae842be2496376b3569df49bd29 100644 (file)
@@ -26,8 +26,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "phylotype";           }
        string getCommandCategory()             { return "Clustering";          }
-       string getHelpString(); 
        
+       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()); }