X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removegroupscommand.h;h=63c0bff316ceda8770afdf19c90bb8f1feed7e6e;hb=8742edef7a51b82834289e570d336f5a81ba1f2b;hp=daf2066feade74af3239e12f3a48a7b314de0a4c;hpb=1bf53bca7e26bf091588bc8ca6e68cbfae1df6fe;p=mothur.git diff --git a/removegroupscommand.h b/removegroupscommand.h index daf2066..63c0bff 100644 --- a/removegroupscommand.h +++ b/removegroupscommand.h @@ -35,12 +35,13 @@ 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; int readFasta(); + int readShared(); int readName(); int readGroup(); void readAccnos();