X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=be657f4df4b72eefdf9c0494201815be4eea968f;hb=75cff1a83a64cd46e9dd603e02597a2bb6a76119;hp=ffdcaf63d704d087eccf27892bf6797765955a0e;hpb=4b54ce99af7db8019ea907cd7c2edf789369ada9;p=mothur.git diff --git a/mothurout.h b/mothurout.h index ffdcaf6..be657f4 100644 --- a/mothurout.h +++ b/mothurout.h @@ -74,7 +74,8 @@ 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&);