]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistcommand.cpp
fixed some bugs and added scriptengine
[mothur.git] / parselistcommand.cpp
index 5de3b72daa63b962ff9be84b5665e7230fb2470b..332074d14ee990c00e6a444e235af111121d778d 100644 (file)
@@ -15,7 +15,8 @@ ParseListCommand::ParseListCommand(){
                globaldata = GlobalData::getInstance();
                
                //read in group map info.
-               groupMap = globaldata->gGroupmap;
+               groupMap = new GroupMap(globaldata->getGroupFile());
+               groupMap->readMap();
 
                //fill filehandles with neccessary ofstreams
                int i;