]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotypecommand.h
forced rarefaction.single to output ending line for all groups. added subsample...
[mothur.git] / phylotypecommand.h
index 30a578221f09042817534b51f91d8e33f3125c6c..ecc7376ecb7ea1a312af1e374ae76fb089e08add 100644 (file)
@@ -27,7 +27,9 @@ public:
        string getCommandName()                 { return "phylotype";           }
        string getCommandCategory()             { return "Clustering";          }
        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()); }