X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treegroupscommand.h;h=b0ae730d98aa8af6da4fecabe3cf0f7aa03df2d4;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=d3c1b3e47615fb6d3b342c8d41758aa7b9d9178a;hpb=82723a54e6109e2d46d84c10e87727cebd5a18ea;p=mothur.git diff --git a/treegroupscommand.h b/treegroupscommand.h index d3c1b3e..b0ae730 100644 --- a/treegroupscommand.h +++ b/treegroupscommand.h @@ -81,6 +81,7 @@ public: vector setParameters(); string getCommandName() { return "tree.shared"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Tree.shared"; } string getDescription() { return "generate a tree file that describes the dissimilarity among groups"; } @@ -100,12 +101,10 @@ private: Tree* createTree(vector< vector >&); void printSims(ostream&, vector< vector >&); int makeSimsShared(); - vector< vector > makeSimsDist(); + vector< vector > makeSimsDist(SparseDistanceMatrix*); int writeTree(string, Tree*); int driver(vector, int, int, vector< vector >&); - ReadMatrix* readMatrix; - SparseMatrix* matrix; NameAssignment* nameMap; ListVector* list; TreeMap* tmap;