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