X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heatmap.h;h=2b491767d57e48c4a05728aa6a48cbfc6939b38f;hp=c291a4ded677b6394aa5da9819a0140cda75a8c6;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=7ae40733a270f73ec8a331540cc7f28fd60b24fc diff --git a/heatmap.h b/heatmap.h index c291a4d..2b49176 100644 --- a/heatmap.h +++ b/heatmap.h @@ -13,7 +13,7 @@ #include "sharedrabundvector.h" #include "sharedrabundfloatvector.h" #include "datavector.hpp" -#include "globaldata.hpp" + /***********************************************************************/ struct binCount { @@ -43,7 +43,7 @@ inline bool comparebinFloatCounts(binCountFloat left, binCountFloat right){ class HeatMap { public: - HeatMap(string, string, int, int, string); + HeatMap(string, string, int, int, string, string); ~HeatMap(){}; string getPic(RAbundVector*); @@ -56,8 +56,7 @@ class HeatMap { int sortRabund(RAbundVector*&); void printLegend(int, float); - GlobalData* globaldata; - string format, sorted, groupComb, scaler, outputDir; + string format, sorted, groupComb, scaler, outputDir, inputfile; ofstream outsvg; MothurOut* m; int numOTU, fontSize;