X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heatmapcommand.h;h=fc5165ed65b9aa63e56de900acafcede5cc4d43c;hp=6fb5ff073fb5dea3b2a7237c114142ec0f3b184b;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 diff --git a/heatmapcommand.h b/heatmapcommand.h index 6fb5ff0..fc5165e 100644 --- a/heatmapcommand.h +++ b/heatmapcommand.h @@ -28,7 +28,12 @@ public: vector setParameters(); string getCommandName() { return "heatmap.bin"; } string getCommandCategory() { return "OTU-Based Approaches"; } + string getHelpString(); + string getOutputPattern(string); + 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()); }