X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergegroupscommand.h;fp=mergegroupscommand.h;h=7f216ebed7653a2647c4770e4ce17e5e6d881e95;hb=16abd6271c455bd01b34ff89a2e3641bef0fa128;hp=7907dfe85f556682d1cc796323314a2f0c8d7b67;hpb=896a4f281982a3c2889f6ce6d73be997072aceae;p=mothur.git diff --git a/mergegroupscommand.h b/mergegroupscommand.h index 7907dfe..7f216eb 100644 --- a/mergegroupscommand.h +++ b/mergegroupscommand.h @@ -38,10 +38,12 @@ private: bool abort, allLines, pickedGroups; set labels; //holds labels to be used - string groups, label, outputDir, inputDir, designfile, sharedfile; + string groups, label, outputDir, inputDir, designfile, sharedfile, groupfile; vector Groups, outputNames; int process(vector&, ofstream&); + int processSharedFile(GroupMap*&); + int processGroupFile(GroupMap*&); }; #endif