]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
Added get.line command.
[mothur.git] / collect.h
index fe78dda86f6088f7395f0b990bbed79c1d16bfa8..3f6a094e0319092f3c8151408813cd2678468d85 100644 (file)
--- a/collect.h
+++ b/collect.h
@@ -34,8 +34,9 @@ private:
        vector<Display*> displays;
        int numSeqs, numGroupComb, totalNumSeq;
        string label, groupLabel;
-       void getGroupComb();
+       void getGroupComb(vector<string>);
        vector<string> groupComb;
+       bool validGroup(vector<string>, string);
 };