]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added count file to get.groups and remove.groups. added shortcut parameter to classif...
[mothur.git] / mothurout.h
index 77c5a804070eaa2dd3229375df999a5b9521dc92..33384034ae55ee7f11c72b48378fa59bfe29e16e 100644 (file)
@@ -141,6 +141,7 @@ class MothurOut {
         void splitAtChar(string&, string&, char);
                int removeConfidences(string&);
         string makeList(vector<string>&);
+        bool isSubset(vector<string>, vector<string>); //bigSet, subset
                
                //math operation
                int factorial(int num);