X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=96410bfc39f1a28140357cdf2ee9233fe5e51bc2;hb=13f0aaa1f941bb5c066e626331549fa177810732;hp=889586ae305ac47bdb0f2d15880507aa68655dff;hpb=e98d569d630c30d1ac3608eb6337bcec4765a724;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 889586a..96410bf 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -47,6 +47,7 @@ private: HCluster* hcluster; ListVector* list; ListVector oldList; + RAbundVector rav; vector overlapMatrix; vector outputNames; @@ -55,13 +56,13 @@ private: double cutoff; float penalty; int precision, length, precisionLength; - bool abort, minWanted, hclusterWanted, merge, hard; + bool abort, minWanted, hclusterWanted, merge, hard, large; void printData(ListVector*); ListVector* mergeOPFs(map, float); void sortHclusterFiles(string, string); vector getSeqs(ifstream&); - RAbundVector createRabund(ListVector, map); + void createRabund(map); };