X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getlabelcommand.h;h=26ec6550b4f6b7fb622b60c1b711fc24c0c4ac40;hp=3aaa92d515948f9d927f3ff377629f3e376ff62e;hb=615301e57c25e241356a9c2380648d117709458d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/getlabelcommand.h b/getlabelcommand.h index 3aaa92d..26ec655 100644 --- a/getlabelcommand.h +++ b/getlabelcommand.h @@ -25,13 +25,17 @@ 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()); } private: - string inputfile, listfile, rabundfile, sabundfile, sharedfile, format; + string inputfile, listfile, rabundfile, sabundfile, format; bool abort; vector outputNames; };