]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added count file to get.oturep, pre.cluster, screen.seqs, tree.shared. made remove...
[mothur.git] / mothurout.h
index 77c5a804070eaa2dd3229375df999a5b9521dc92..0c2e448bc783da0e0aec643b9234ae79fbee98c9 100644 (file)
@@ -140,7 +140,9 @@ class MothurOut {
                void splitAtChar(string&, vector<string>&, char);
         void splitAtChar(string&, string&, char);
                int removeConfidences(string&);
+        string removeQuotes(string);
         string makeList(vector<string>&);
+        bool isSubset(vector<string>, vector<string>); //bigSet, subset
                
                //math operation
                int factorial(int num);