X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getsharedotucommand.h;h=e2026d71442b4a1c461ca1028c7dcd6fc4071986;hp=ea6ed94ee687004d88a04e140f187392b05f5b42;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hpb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4 diff --git a/getsharedotucommand.h b/getsharedotucommand.h index ea6ed94..e2026d7 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -28,7 +28,8 @@ 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"; }