]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / heatmapcommand.h
index 6fb5ff073fb5dea3b2a7237c114142ec0f3b184b..ccd5f4868e9061ed61e4a90ae042ae6bded4fa68 100644 (file)
@@ -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()); }