X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotulabelscommand.h;h=ea596624ddfab5111a2c95f8619e4a4681bd1d10;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=da2441dd32039ee4574df10a8ed8c9493f168f4d;hpb=e0b6040c7b6ad4ecdad4aa90b4326c0528379178;p=mothur.git diff --git a/removeotulabelscommand.h b/removeotulabelscommand.h index da2441d..ea59662 100644 --- a/removeotulabelscommand.h +++ b/removeotulabelscommand.h @@ -23,7 +23,8 @@ public: vector setParameters(); string getCommandName() { return "remove.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 remove specific otus."; } @@ -39,8 +40,6 @@ private: int readClassifyOtu(); int readOtuAssociation(); int readCorrAxes(); - int readAccnos(); - }; /**************************************************************************************************/