X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyotucommand.h;h=a0baf1849d92935fec3ca360a135805d3c41ddbc;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=f6bf78dfacb99509ada0d5a87d948f9ffe3aacb2;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;p=mothur.git diff --git a/classifyotucommand.h b/classifyotucommand.h index f6bf78d..a0baf18 100644 --- a/classifyotucommand.h +++ b/classifyotucommand.h @@ -27,7 +27,7 @@ public: string getCommandCategory() { return "Phylotype Analysis"; } 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"; } int execute(); void help() { m->mothurOut(getHelpString()); } @@ -46,8 +46,8 @@ private: int readNamesFile(); int readTaxonomyFile(); - void removeConfidences(string&); int process(ListVector*); + string addUnclassifieds(string, int); vector findConsensusTaxonomy(int, ListVector*, int&, string&); // returns the name of the "representative" taxonomy of given bin