X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=b19c05a68381c3ca96e19264e0eca931e22a0895;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=0e31f8414a3a3477c1d8ab928d79aee0ccdc9957;hpb=f6b5fea6e0fcc395235dfbfb466b9b6a031b540a;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 0e31f84..b19c05a 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); @@ -96,6 +97,7 @@ class MothurOut { string getline(istringstream&); void gobble(istream&); void gobble(istringstream&); + vector splitWhiteSpace(string& rest, char[], int); map readNames(string); int readNames(string, map&); int readNames(string, map >&);