X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=0d2e86f24cb258b24e78367e1427fc7ee2bc7d31;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=77c5a804070eaa2dd3229375df999a5b9521dc92;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 77c5a80..0d2e86f 100644 --- a/mothurout.h +++ b/mothurout.h @@ -120,7 +120,9 @@ class MothurOut { bool checkReleaseVersion(ifstream&, string); bool anyLabelsToProcess(string, set&, string); bool inUsersGroups(vector, vector); + bool inUsersGroups(vector, vector< vector >); bool inUsersGroups(string, vector); + bool inUsersGroups(int, vector); void getNumSeqs(ifstream&, int&); int getNumSeqs(ifstream&); int getNumNames(string); @@ -139,8 +141,11 @@ class MothurOut { void splitAtDash(string&, vector&); void splitAtChar(string&, vector&, char); void splitAtChar(string&, string&, char); + vector splitWhiteSpaceWithQuotes(string); int removeConfidences(string&); + string removeQuotes(string); string makeList(vector&); + bool isSubset(vector, vector); //bigSet, subset //math operation int factorial(int num); @@ -149,6 +154,7 @@ class MothurOut { float roundDist(float, int); unsigned int fromBase36(string); int getRandomIndex(int); //highest + double getStandardDeviation(vector&); int control_pressed; bool executing, runParse, jumble, gui, mothurCalling, debug;