]> git.donarmstrong.com Git - mothur.git/blobdiff - removeotulabelscommand.h
added modify names parameter to set.dir
[mothur.git] / removeotulabelscommand.h
index 03d2da3392443f3ebf70a60a1b4b318fa5b24e8a..fd03d1018582d04de5efe1c11910610c0186252e 100644 (file)
@@ -11,6 +11,9 @@
 //
 
 #include "command.hpp"
+#include "inputdata.h"
+#include "listvector.hpp"
+#include "sharedrabundvector.h"
 
 /**************************************************************************************************/
 
@@ -34,13 +37,19 @@ public:
     
 private:
     bool abort;
-    string outputDir, accnosfile, constaxonomyfile, otucorrfile, corraxesfile;
+    string outputDir, accnosfile, constaxonomyfile, otucorrfile, corraxesfile, listfile, sharedfile, label;
     vector<string> outputNames;
     set<string> labels;
+    ListVector* list;
+    vector<SharedRAbundVector*> lookup;
     
     int readClassifyOtu();
     int readOtuAssociation();
     int readCorrAxes();
+    int readList();
+    int readShared();
+    int getListVector();
+    int getShared();
 };
 
 /**************************************************************************************************/