X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treegroupscommand.h;h=3e8fbb01c4df3c34540a11342a5a960a03788145;hb=df1ea5f2151b9334c471bf4310f78f51bba098be;hp=08389f8b798077e72b06e6a847a2c3f4d094214e;hpb=016a30dacbe75869aef5fdb58d2d1bf9eb8f9b33;p=mothur.git diff --git a/treegroupscommand.h b/treegroupscommand.h index 08389f8..3e8fbb0 100644 --- a/treegroupscommand.h +++ b/treegroupscommand.h @@ -40,10 +40,10 @@ public: void help(); private: - void createTree(); + int createTree(); void printSims(ostream&); - void makeSimsShared(); - void makeSimsDist(); + int makeSimsShared(); + int makeSimsDist(); GlobalData* globaldata; ReadOTUFile* read; @@ -66,13 +66,12 @@ private: float precision, cutoff; bool abort, allLines; - set lines; //hold lines to be used set labels; //holds labels to be used - string phylipfile, columnfile, namefile, calc, groups, line, label; - vector Estimators, Groups; //holds estimators to be used + string phylipfile, columnfile, namefile, calc, groups, label, outputDir; + vector Estimators, Groups, outputNames; //holds estimators to be used //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label. - void process(vector); + int process(vector);