X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;h=ccd5f4868e9061ed61e4a90ae042ae6bded4fa68;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=3bb979108948ac712b4758296b34ed3aba8e7c52;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;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()); }