X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getlabelcommand.h;h=26ec6550b4f6b7fb622b60c1b711fc24c0c4ac40;hp=606daf42ab685a4070d8aa54c21a839cdda91773;hb=615301e57c25e241356a9c2380648d117709458d;hpb=10c8178dc5e3f96ef8e92a986f1eddd13e622173 diff --git a/getlabelcommand.h b/getlabelcommand.h index 606daf4..26ec655 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -25,6 +25,10 @@ public: string getCommandName() { return "get.label"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getOutputPattern(string) { return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Get.label"; } + string getDescription() { return "outputs labels"; } + int execute(); void help() { m->mothurOut(getHelpString()); }