]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / getsharedotucommand.h
index 27a57b0242a92c95f694a941b4e2c05ed465c384..ea6ed94ee687004d88a04e140f187392b05f5b42 100644 (file)
@@ -29,7 +29,9 @@ class GetSharedOTUCommand : public Command {
                string getCommandCategory()             { return "OTU-Based Approaches";        }
                string getRequiredCommand()             { return "none";                                        }
                string getHelpString(); 
-       
+               string getCitation() { return "http://www.mothur.org/wiki/Get.sharedseqs"; }
+               string getDescription()         { return "identifies sequences that are either unique or shared by specific groups"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }