X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=heatmapcommand.h;h=ccd5f4868e9061ed61e4a90ae042ae6bded4fa68;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=6fb5ff073fb5dea3b2a7237c114142ec0f3b184b;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 6fb5ff0..ccd5f48 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -29,6 +29,9 @@ public: string getCommandName() { return "heatmap.bin"; } string getCommandCategory() { return "OTU-Based Approaches"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Heatmap.bin"; } + string getDescription() { return "generate a heatmap where the color represents the relative abundanceof an OTU"; } + int execute(); void help() { m->mothurOut(getHelpString()); }