X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=6fb5ff073fb5dea3b2a7237c114142ec0f3b184b;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=a85d510074c55a73adc25b07f16a8a81bdd4a30c;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index a85d510..6fb5ff0 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -13,31 +13,29 @@ #include "command.hpp" #include "inputdata.h" -#include "readotu.h" #include "sharedlistvector.h" #include "heatmap.h" #include "rabundvector.hpp" -class GlobalData; class HeatMapCommand : public Command { public: HeatMapCommand(string); HeatMapCommand(); - ~HeatMapCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~HeatMapCommand(){} + + vector setParameters(); + string getCommandName() { return "heatmap.bin"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: - GlobalData* globaldata; - ReadOTUFile* read; InputData* input; - SharedListVector* SharedList; RAbundVector* rabund; vector lookup; vector lookupFloat; @@ -45,9 +43,8 @@ private: bool abort, allLines; set labels; //holds labels to be used - string format, groups, sorted, scale, label, outputDir; + string format, groups, sorted, scale, label, outputDir, sharedfile, relabundfile, listfile, rabundfile, sabundfile, inputfile; vector Groups, outputNames; - map > outputTypes; int numOTU, fontSize;