X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=be657f4df4b72eefdf9c0494201815be4eea968f;hb=eb71e28b7b7afd82540f4a8f0bac9429c5b9d713;hp=ffdcaf63d704d087eccf27892bf6797765955a0e;hpb=1f0e54b53b714781f3f2fee7d01177fade98a625;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&);