X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsharedotucommand.h;h=ea6ed94ee687004d88a04e140f187392b05f5b42;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=d7ffef3c74b965967dd6f68d7a6914183ec2253f;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getsharedotucommand.h b/getsharedotucommand.h index d7ffef3..ea6ed94 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -30,7 +30,8 @@ class GetSharedOTUCommand : public Command { 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()); }