]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
changed random forest output filename
[mothur.git] / heatmapcommand.h
index 3bb979108948ac712b4758296b34ed3aba8e7c52..fc5165ed65b9aa63e56de900acafcede5cc4d43c 100644 (file)
@@ -28,8 +28,12 @@ public:
        vector<string> 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()); }