X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyotucommand.h;h=b924775cf5b30436c1783714a758281cf072c32f;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=a0baf1849d92935fec3ca360a135805d3c41ddbc;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/classifyotucommand.h b/classifyotucommand.h index a0baf18..b924775 100644 --- a/classifyotucommand.h +++ b/classifyotucommand.h @@ -25,6 +25,7 @@ public: vector setParameters(); string getCommandName() { return "classify.otu"; } string getCommandCategory() { return "Phylotype Analysis"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol. \nhttp://www.mothur.org/wiki/Classify.otu"; } string getDescription() { return "find the concensus taxonomy for each OTU"; } @@ -44,8 +45,6 @@ private: map nameMap; map taxMap; - int readNamesFile(); - int readTaxonomyFile(); int process(ListVector*); string addUnclassifieds(string, int); vector findConsensusTaxonomy(int, ListVector*, int&, string&); // returns the name of the "representative" taxonomy of given bin