]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
working on chimera.perseus. made removeConfidences function smarter. Fixed bug in...
[mothur.git] / mothurout.h
index 0c45a30387b3164f8aceed5ffbd92b9982aa49a6..785263b4a11474ba939df4c97ae5f94ce6206d5a 100644 (file)
@@ -84,6 +84,7 @@ class MothurOut {
                int readNames(string, map<string, vector<string> >&);
                int readNames(string, vector<seqPriorityNode>&, map<string, string>&);
                void mothurRemove(string);
+       
                
                //searchs and checks
                bool checkReleaseVersion(ifstream&, string);
@@ -105,6 +106,7 @@ class MothurOut {
                void splitAtDash(string&, set<string>&);
                void splitAtDash(string&, vector<string>&);
                void splitAtChar(string&, vector<string>&, char);
+               int removeConfidences(string&);
                
                //math operation
                int factorial(int num);