X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsharedotucommand.h;h=583c2e001a00607cd97771e8fdfa42cbd8866c9f;hb=af9291809910b6ddf617490ed5c16254b77b449f;hp=ea6ed94ee687004d88a04e140f187392b05f5b42;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/getsharedotucommand.h b/getsharedotucommand.h index ea6ed94..583c2e0 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -28,7 +28,9 @@ class GetSharedOTUCommand : public Command { string getCommandName() { return "get.sharedseqs"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getRequiredCommand() { return "none"; } - string getHelpString(); + + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Get.sharedseqs"; } string getDescription() { return "identifies sequences that are either unique or shared by specific groups"; }