]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
finished added bygroup processing of chimeras in chimera.slayer and chimera.uchime...
[mothur.git] / mothurout.h
index 6f04f892dbb588700c884d27071fb613457fb35b..3019386a64d8947bccfcee23a9705e3b7e5d3898 100644 (file)
@@ -57,12 +57,12 @@ class MothurOut {
                
                //functions from mothur.h
                //file operations
-               vector<unsigned long int> divideFile(string, int&);
+               vector<unsigned long long> divideFile(string, int&);
                int divideFile(string, int&, vector<string>&);
-               vector<unsigned long int> setFilePosEachLine(string, int&);
-               vector<unsigned long int> setFilePosFasta(string, int&);
+               vector<unsigned long long> setFilePosEachLine(string, int&);
+               vector<unsigned long long> setFilePosFasta(string, int&);
                string sortFile(string, string);
-               void appendFiles(string, string);
+               int appendFiles(string, string);
                int renameFile(string, string); //oldname, newname
                string getFullPathName(string);
                string hasPath(string);