X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=5ff0810479ab3b9f0e7e91fd6c3e8f98d0845ebb;hb=67ea6ccd74dbd64828d31b952808255f206364ff;hp=ffdcaf63d704d087eccf27892bf6797765955a0e;hpb=4b54ce99af7db8019ea907cd7c2edf789369ada9;p=mothur.git diff --git a/mothurout.h b/mothurout.h index ffdcaf6..5ff0810 100644 --- a/mothurout.h +++ b/mothurout.h @@ -74,12 +74,14 @@ class MothurOut { //functions from mothur.h //file operations bool dirCheck(string&); //completes path, appends appropriate / or \, makes sure dir is writable. - vector divideFile(string, int&); + vector divideFile(string, int&); //divides splitting unevenness by sequence + vector divideFilePerLine(string, int&); //divides splitting unevenness at line breaks int divideFile(string, int&, vector&); vector setFilePosEachLine(string, int&); vector setFilePosFasta(string, int&); string sortFile(string, string); int appendFiles(string, string); + int appendFilesWithoutHeaders(string, string); int renameFile(string, string); //oldname, newname string getFullPathName(string); string findProgramPath(string programName);