]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyotucommand.h
Merge remote-tracking branch 'mothur/master'
[mothur.git] / classifyotucommand.h
index 36a0328aa85bb2d646e14ec37b1d13f8a0581241..2e76057f1219b8c44785a5be9b6962043bbb68af 100644 (file)
@@ -13,6 +13,7 @@
 #include "command.hpp"
 #include "listvector.hpp"
 #include "inputdata.h"
+#include "counttable.h"
 
 
 class ClassifyOtuCommand : public Command {
@@ -34,10 +35,11 @@ public:
        void help() { m->mothurOut(getHelpString()); }  
 
 private:
-
+    GroupMap* groupMap;
+    CountTable* ct;
        ListVector* list;
        InputData* input;
-       string listfile, namefile, taxfile, label, outputDir, refTaxonomy, groupfile, basis;
+       string listfile, namefile, taxfile, label, outputDir, refTaxonomy, groupfile, basis, countfile;
        bool abort, allLines, probs;
        int cutoff;
        set<string> labels; //holds labels to be used