X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=53d4250c771cdbdac15c715c44d97fabf0a92c1a;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hp=33384034ae55ee7f11c72b48378fa59bfe29e16e;hpb=5b72d1cf3fa48730e5bb70d59cced1e43e1fe424;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 3338403..53d4250 100644 --- a/mothurout.h +++ b/mothurout.h @@ -140,6 +140,7 @@ class MothurOut { void splitAtChar(string&, vector&, char); void splitAtChar(string&, string&, char); int removeConfidences(string&); + string removeQuotes(string); string makeList(vector&); bool isSubset(vector, vector); //bigSet, subset @@ -150,6 +151,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;