X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedcommand.h;h=9d9c194dbbaab4ff7a079058c1c43421937659fe;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=1100c3d30afc344119538e89e7c40a8dfa839578;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/sharedcommand.h b/sharedcommand.h index 1100c3d..9d9c194 100644 --- a/sharedcommand.h +++ b/sharedcommand.h @@ -40,7 +40,6 @@ public: private: void printSharedData(vector, ofstream&); - int createMisMatchFile(SharedListVector*, GroupMap*); int readOrderFile(); bool isValidGroup(string, vector); int eliminateZeroOTUS(vector&); @@ -48,13 +47,13 @@ private: int createSharedFromListGroup(string); int createSharedFromBiom(string); string getTag(string&); - vector readRows(string, ifstream&, int&); + vector readRows(string, int&); int getDims(string, int&, int&); - vector readData(string, string, ifstream&, vector&, int); + vector readData(string, string, string, vector&, int); vector Groups, outputNames, order; set labels; - string fileroot, outputDir, listfile, groupfile, biomfile, ordergroupfile; + string fileroot, outputDir, listfile, groupfile, biomfile, ordergroupfile, countfile; bool firsttime, pickedGroups, abort, allLines; map filehandles; map::iterator it3;