]> 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 3019386a64d8947bccfcee23a9705e3b7e5d3898..785263b4a11474ba939df4c97ae5f94ce6206d5a 100644 (file)
@@ -81,8 +81,10 @@ class MothurOut {
                void gobble(istringstream&);
                map<string, int> readNames(string);
                int readNames(string, map<string, string>&);
+               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);
@@ -104,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);