X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.h;h=58eaa36b31b67bc1d453958f58336f559397b726;hb=0cefb55a2616975bd4a144fc345693695ffc9bb6;hp=3bb979108948ac712b4758296b34ed3aba8e7c52;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/heatmapcommand.h b/heatmapcommand.h index 3bb9791..58eaa36 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -28,8 +28,11 @@ public: vector setParameters(); string getCommandName() { return "heatmap.bin"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); 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()); }