X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parselistcommand.cpp;h=332074d14ee990c00e6a444e235af111121d778d;hb=786d5631d9cd5baa6ed6ef16f8b4b384cbc7470f;hp=5de3b72daa63b962ff9be84b5665e7230fb2470b;hpb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;p=mothur.git diff --git a/parselistcommand.cpp b/parselistcommand.cpp index 5de3b72..332074d 100644 --- a/parselistcommand.cpp +++ b/parselistcommand.cpp @@ -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;