X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotulabelscommand.h;h=03d2da3392443f3ebf70a60a1b4b318fa5b24e8a;hb=3504e4e2feeb05aabb0c79aa42cb696522030924;hp=da2441dd32039ee4574df10a8ed8c9493f168f4d;hpb=05c52893c6c2467381fe7e7b769d86b6209af2e1;p=mothur.git diff --git a/removeotulabelscommand.h b/removeotulabelscommand.h index da2441d..03d2da3 100644 --- a/removeotulabelscommand.h +++ b/removeotulabelscommand.h @@ -23,7 +23,9 @@ public: vector setParameters(); string getCommandName() { return "remove.otulabels"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); + + string getHelpString(); + string getOutputPattern(string); 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 +41,6 @@ private: int readClassifyOtu(); int readOtuAssociation(); int readCorrAxes(); - int readAccnos(); - }; /**************************************************************************************************/