X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;fp=unifracweightedcommand.h;h=7317c8a43092a5712a06dda00589d1eb4528c649;hb=a98eb683e17d8e49583bf2d215ab7562a4cdca75;hp=b6aea7dad9215a131691019445c2f911c77084a4;hpb=dd173a49e37f6bae73a63c32dd7c98d317bb4a79;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index b6aea7d..7317c8a 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -34,7 +34,7 @@ class UnifracWeightedCommand : public Command { int num; linePair(int i, int j) : start(i), num(j) {} }; - vector lines; + vector lines; GlobalData* globaldata; SharedUtil* util; @@ -43,7 +43,6 @@ class UnifracWeightedCommand : public Command { vector utreeScores; //user tree unweighted scores vector WScoreSig; //tree weighted score signifigance when compared to random trees - percentage of random trees with that score or lower. vector groupComb; // AB. AC, BC... - Tree* randT; //random tree TreeMap* tmap; Weighted* weighted; string sumFile, outputDir; @@ -70,8 +69,8 @@ class UnifracWeightedCommand : public Command { //void removeValidScoresDuplicates(); int findIndex(float, int); void calculateFreqsCumuls(); - int createProcesses(Tree*, Tree*, vector< vector >, vector&, vector< vector >&); - int driver(Tree*, Tree*, vector< vector >, int, int, vector&, vector< vector >&); + int createProcesses(Tree*, vector< vector >, vector&, vector< vector >&); + int driver(Tree*, vector< vector >, int, int, vector&, vector< vector >&); };