X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=a85d510074c55a73adc25b07f16a8a81bdd4a30c;hb=8bc3e5b38c2317a1715f53be22fa96455868c281;hp=f3ae012fb7e5c161fc222e487d9d272acd8d0ff8;hpb=f663afa231c9bc1b5e18e0ea3bdd2b2ee784f5b2;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index f3ae012..a85d510 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -24,7 +24,12 @@ class HeatMapCommand : public Command { public: HeatMapCommand(string); + HeatMapCommand(); ~HeatMapCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); void help(); @@ -42,6 +47,7 @@ private: set labels; //holds labels to be used string format, groups, sorted, scale, label, outputDir; vector Groups, outputNames; + map > outputTypes; int numOTU, fontSize;