X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;fp=heatmapcommand.h;h=ccd5f4868e9061ed61e4a90ae042ae6bded4fa68;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=3bb979108948ac712b4758296b34ed3aba8e7c52;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 3bb9791..ccd5f48 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -30,6 +30,8 @@ public: 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()); }