X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsharedotucommand.h;h=e2026d71442b4a1c461ca1028c7dcd6fc4071986;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=27a57b0242a92c95f694a941b4e2c05ed465c384;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/getsharedotucommand.h b/getsharedotucommand.h index 27a57b0..e2026d7 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -28,8 +28,11 @@ class GetSharedOTUCommand : public Command { string getCommandName() { return "get.sharedseqs"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getRequiredCommand() { return "none"; } - string getHelpString(); - + string getOutputFileNameTag(string, string); + 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()); }