]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.h
added shared file type to get.groups and remove.groups
[mothur.git] / removegroupscommand.h
index daf2066feade74af3239e12f3a48a7b314de0a4c..63c0bff316ceda8770afdf19c90bb8f1feed7e6e 100644 (file)
@@ -35,12 +35,13 @@ 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;
        
        int readFasta();
+       int readShared();
        int readName();
        int readGroup();
        void readAccnos();