]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
pat's mods to morisitahorn and pre.cluster
[mothur.git] / sharedcommand.h
index ca0ddd833636e6550cb48832517cdc96f912977e..5b922b6d6255eb993f8607fedc9696d4054f7caa 100644 (file)
@@ -33,15 +33,21 @@ public:
        
 private:
        void printSharedData(vector<SharedRAbundVector*>);
+       void createMisMatchFile();
+       bool isValidGroup(string, vector<string>);
+       void eliminateZeroOTUS(vector<SharedRAbundVector*>&);
+       
        GlobalData* globaldata;
        ReadOTUFile* read;
        SharedListVector* SharedList;
        InputData* input;
-       //map<string, SharedRAbundVector*>::iterator it;
-       //vector<SharedRAbundVector*> lookup;
+       GroupMap* groupMap;
+       vector<string> groups;
        ofstream out;
-       string filename;
-       bool firsttime;
+       string filename, fileroot;
+       bool firsttime, pickedGroups;
+       map<string, ofstream*> filehandles;
+       map<string, ofstream*>::iterator it3;
 
 };