]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistcommand.h
added screen.seqs command - pds
[mothur.git] / parselistcommand.h
index bf8ee5daf24a014728b7ed12698ca744d56d1cd6..4aa4ccdae8d9235299156bdfbc15b9c47e5b6866 100644 (file)
@@ -14,7 +14,7 @@
 #include "sharedlistvector.h"
 #include "inputdata.h"
 #include "groupmap.h"
-#include "readmatrix.hpp"
+#include "readotu.h"
 
 
 /* The parselist() command:
@@ -37,15 +37,15 @@ private:
        GlobalData* globaldata;
        GroupMap* groupMap;
        InputData* input;
-       ReadMatrix* read;
+       ReadOTUFile* read;
        map<string, ofstream*> filehandles;
        map<string, SharedListVector*> groupOfLists;
        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);
+       void parse(int, SharedListVector*);
+       void process(SharedListVector*);
        string fileroot;
 };