X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=b5b295f1edb4495d321a7e614db1e8309d8bc481;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=0626b86cd96792dfce2b4c523760749f44d74858;hpb=bfc3401db792f7630a5bfe7aea44b4eb5bae6e6f;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 0626b86..b5b295f 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -12,7 +12,6 @@ #include "command.hpp" #include "readblast.h" -#include "sparsematrix.hpp" #include "nameassignment.hpp" #include "cluster.hpp" #include "hcluster.h" @@ -58,13 +57,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*, ListVector*); + void createRabund(CountTable*&, ListVector*&, RAbundVector*&); };