X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getsharedotucommand.h;h=583c2e001a00607cd97771e8fdfa42cbd8866c9f;hp=e2026d71442b4a1c461ca1028c7dcd6fc4071986;hb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e diff --git a/getsharedotucommand.h b/getsharedotucommand.h index e2026d7..583c2e0 100644 --- a/getsharedotucommand.h +++ b/getsharedotucommand.h @@ -28,8 +28,9 @@ class GetSharedOTUCommand : public Command { string getCommandName() { return "get.sharedseqs"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getRequiredCommand() { return "none"; } - string getOutputFileNameTag(string, string); + 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"; }