]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
added get.sharedotu command
[mothur.git] / sharedcommand.h
index ca0ddd833636e6550cb48832517cdc96f912977e..f0c24884f05d36f3ed5981ef0ef75a7c57e17a8a 100644 (file)
@@ -33,15 +33,17 @@ public:
        
 private:
        void printSharedData(vector<SharedRAbundVector*>);
+       void createMisMatchFile();
        GlobalData* globaldata;
        ReadOTUFile* read;
        SharedListVector* SharedList;
        InputData* input;
-       //map<string, SharedRAbundVector*>::iterator it;
-       //vector<SharedRAbundVector*> lookup;
+       GroupMap* groupMap;
        ofstream out;
-       string filename;
+       string filename, fileroot;
        bool firsttime;
+       map<string, ofstream*> filehandles;
+       map<string, ofstream*>::iterator it3;
 
 };