X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsharedotucommand.h;h=ea6ed94ee687004d88a04e140f187392b05f5b42;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=27a57b0242a92c95f694a941b4e2c05ed465c384;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getsharedotucommand.h b/getsharedotucommand.h index 27a57b0..ea6ed94 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -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()); }