]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupscommand.h
added shared file type to get.groups and remove.groups
[mothur.git] / getgroupscommand.h
index 642107dafc9d567aa93270195740030d33698e52..6d766fb5ebab9f3910e998180bfa92003ca8a68f 100644 (file)
@@ -36,7 +36,7 @@ public:
        
 private:
        set<string> names;
-       string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups;
+       string accnosfile, fastafile, namefile, groupfile, listfile, taxfile, outputDir, groups, sharedfile;
        bool abort;
        vector<string> outputNames, Groups;
        GroupMap* groupMap;
@@ -48,6 +48,7 @@ private:
        int readList();
        int readTax();
        int fillNames();
+       int readShared();
        
 };