X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupscommand.h;h=6d766fb5ebab9f3910e998180bfa92003ca8a68f;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=642107dafc9d567aa93270195740030d33698e52;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/getgroupscommand.h b/getgroupscommand.h index 642107d..6d766fb 100644 --- a/getgroupscommand.h +++ b/getgroupscommand.h @@ -36,7 +36,7 @@ public: private: set names; - string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups; + string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups, sharedfile; bool abort; vector outputNames, Groups; GroupMap* groupMap; @@ -48,6 +48,7 @@ private: int readList(); int readTax(); int fillNames(); + int readShared(); };