X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=cc8bfb6b101b13b0ebe45a2eb2f5472600d6e0fc;hb=791f42d21a85f794529fd4c912dcc27d873c25e8;hp=db1a4f1ca4e6c4207a652d05ac20b24157dfa46d;hpb=4f3d46bdb42c23468a534486fd105180b030fc65;p=mothur.git diff --git a/mothurout.h b/mothurout.h index db1a4f1..cc8bfb6 100644 --- a/mothurout.h +++ b/mothurout.h @@ -82,6 +82,7 @@ class MothurOut { int appendFiles(string, string); int renameFile(string, string); //oldname, newname string getFullPathName(string); + string findProgramPath(string programName); string hasPath(string); string getExtension(string); string getPathName(string); @@ -130,6 +131,7 @@ class MothurOut { void splitAtChar(string&, vector&, char); void splitAtChar(string&, string&, char); int removeConfidences(string&); + string makeList(vector&); //math operation int factorial(int num);