X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=c9c23c80f88d0ab0c98ae058748c544a561b76d3;hb=529ec122f7cac4af987e121d150b878d7c7a0d5d;hp=6f4453316a33d41cb18774d6c9b435bc563980e2;hpb=7a2c74cd89b3c21e9ec2207e529304db68f1391a;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 6f44533..c9c23c8 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -47,6 +47,7 @@ private: Cluster* cluster; HCluster* hcluster; ListVector* list; + CountTable* ct; ListVector oldList; RAbundVector rav; vector overlapMatrix; @@ -57,13 +58,13 @@ private: double cutoff; float penalty; int precision, length, precisionLength; - bool abort, minWanted, hclusterWanted, merge, hard, large; + bool abort, minWanted, hclusterWanted, merge, hard; void printData(ListVector*); ListVector* mergeOPFs(map, float); void sortHclusterFiles(string, string); vector getSeqs(ifstream&); - void createRabund(CountTable); + void createRabund(CountTable*&, ListVector*&, RAbundVector*&); };