X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=a727c973c5954052f577479eed1046142e2cc49a;hb=a8ff535f332ee97582f735a35ef8f3dfb04f8de1;hp=889586ae305ac47bdb0f2d15880507aa68655dff;hpb=8772a51e7ab31b1c49dada6d38baf1474444943c;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 889586a..a727c97 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); };