X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=createdatabasecommand.h;h=85e23675b2b770d476dfff45b901da03f6581546;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=643ff6ec9fc3691c4a9de5f146cbfb1fdcaff354;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/createdatabasecommand.h b/createdatabasecommand.h index 643ff6e..85e2367 100644 --- a/createdatabasecommand.h +++ b/createdatabasecommand.h @@ -22,6 +22,7 @@ public: vector setParameters(); string getCommandName() { return "create.database"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Create.database"; } string getDescription() { return "creates database file that includes, abundances across groups, representative sequences, and taxonomy for each OTU"; } @@ -39,7 +40,6 @@ private: vector readFasta(vector&); vector readTax(vector&); - int readNames(map&); ListVector* getList(); };