]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
pat's mods to morisitahorn and pre.cluster
[mothur.git] / sharedcommand.h
index f0c24884f05d36f3ed5981ef0ef75a7c57e17a8a..5b922b6d6255eb993f8607fedc9696d4054f7caa 100644 (file)
@@ -34,14 +34,18 @@ 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;
        GroupMap* groupMap;
+       vector<string> groups;
        ofstream out;
        string filename, fileroot;
-       bool firsttime;
+       bool firsttime, pickedGroups;
        map<string, ofstream*> filehandles;
        map<string, ofstream*>::iterator it3;