X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getotulabelscommand.h;h=8cfe8b96617516b00bf4809963a361695c457a5c;hb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;hp=bad0f55beb921acc8907016e0d27b180271a716b;hpb=e0b6040c7b6ad4ecdad4aa90b4326c0528379178;p=mothur.git diff --git a/getotulabelscommand.h b/getotulabelscommand.h index bad0f55..8cfe8b9 100644 --- a/getotulabelscommand.h +++ b/getotulabelscommand.h @@ -23,7 +23,8 @@ public: vector setParameters(); string getCommandName() { return "get.otulabels"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); + string getOutputFileNameTag(string, string); + string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Get.otulabels"; } string getDescription() { return "Can be used with output from classify.otu, otu.association, or corr.axes to select specific otus."; } @@ -39,8 +40,6 @@ private: int readClassifyOtu(); int readOtuAssociation(); int readCorrAxes(); - int readAccnos(); - }; /**************************************************************************************************/