]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistcommand.h
added logfile feature
[mothur.git] / parselistcommand.h
index 9f88bc6d9ddc28b4d9b713ade80663be2b7e56e6..9e9e968077bc4394b6c82f60bef91b18fe19ca1b 100644 (file)
@@ -40,10 +40,11 @@ private:
        InputData* input;
        ReadOTUFile* read;
        map<string, ofstream*> filehandles;
-       map<string, SharedListVector*> groupOfLists;
+       map<string, SharedListVector*> mapOfLists;
        SharedListVector* list;
        map<string, string> listGroups; //maps group name to sequences from that group in a specific OTU
        map<string, string>::iterator it;
+       map<string, SharedListVector*>::iterator it2;
        map<string, ofstream*>::iterator it3;
        void parse(int, SharedListVector*);
        void process(SharedListVector*);