]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
classify.seqs allows sequences to be in taxonomy file that are not in template. ...
[mothur.git] / heatmapcommand.h
index 6fb5ff073fb5dea3b2a7237c114142ec0f3b184b..58eaa36b31b67bc1d453958f58336f559397b726 100644 (file)
@@ -28,7 +28,11 @@ public:
        vector<string> 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()); }