X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=785263b4a11474ba939df4c97ae5f94ce6206d5a;hb=74dc92cf53df65fd8b14d8eaf35489bbecbccac6;hp=0c45a30387b3164f8aceed5ffbd92b9982aa49a6;hpb=4c5e7a20a03ddc6feb49ff9d21fcb4c79bc5508d;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 0c45a30..785263b 100644 --- a/mothurout.h +++ b/mothurout.h @@ -84,6 +84,7 @@ class MothurOut { int readNames(string, map >&); int readNames(string, vector&, map&); void mothurRemove(string); + //searchs and checks bool checkReleaseVersion(ifstream&, string); @@ -105,6 +106,7 @@ class MothurOut { void splitAtDash(string&, set&); void splitAtDash(string&, vector&); void splitAtChar(string&, vector&, char); + int removeConfidences(string&); //math operation int factorial(int num);