X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mgclustercommand.h;h=c9c23c80f88d0ab0c98ae058748c544a561b76d3;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=889586ae305ac47bdb0f2d15880507aa68655dff;hpb=e98d569d630c30d1ac3608eb6337bcec4765a724;p=mothur.git diff --git a/mgclustercommand.h b/mgclustercommand.h index 889586a..c9c23c8 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -18,6 +18,7 @@ #include "hcluster.h" #include "rabundvector.hpp" #include "sabundvector.hpp" +#include "counttable.h" /**********************************************************************/ @@ -46,11 +47,13 @@ private: Cluster* cluster; HCluster* hcluster; ListVector* list; + CountTable* ct; ListVector oldList; + RAbundVector rav; vector overlapMatrix; vector outputNames; - string blastfile, method, namefile, overlapFile, distFile, outputDir; + string blastfile, method, namefile, countfile, overlapFile, distFile, outputDir; ofstream sabundFile, rabundFile, listFile; double cutoff; float penalty; @@ -61,7 +64,7 @@ private: ListVector* mergeOPFs(map, float); void sortHclusterFiles(string, string); vector getSeqs(ifstream&); - RAbundVector createRabund(ListVector, map); + void createRabund(CountTable*&, ListVector*&, RAbundVector*&); };