]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
fixed some bugs and added mgcluster command
[mothur.git] / getsharedotucommand.h
index 6470961cdb204dac5992344ed3a5e91bd3ec797a..3b14b39bb70e8939641dea69c2e53bcb98a82ffa 100644 (file)
@@ -34,7 +34,7 @@ class GetSharedOTUCommand : public Command {
                
                set<string> labels;
                string fastafile, label, groups, listfile, groupfile, output;
-               bool abort, allLines;
+               bool abort, allLines, unique;
                vector<string> Groups;
                map<string, string> groupFinder;
                map<string, string>::iterator it;