]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
added cluster.classic command
[mothur.git] / heatmapcommand.h
index f711cc341d6f2247cad50639a393bebaea767e1a..a85d510074c55a73adc25b07f16a8a81bdd4a30c 100644 (file)
@@ -24,7 +24,12 @@ class HeatMapCommand : public Command {
 
 public:
        HeatMapCommand(string);
+       HeatMapCommand();
        ~HeatMapCommand();
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();
        
@@ -35,12 +40,14 @@ private:
        SharedListVector* SharedList;
        RAbundVector* rabund;
        vector<SharedRAbundVector*> lookup;
+       vector<SharedRAbundFloatVector*> lookupFloat;
        HeatMap* heatmap;
 
        bool abort, allLines;
        set<string> labels; //holds labels to be used
        string format, groups, sorted, scale, label, outputDir;
        vector<string> Groups, outputNames;
+       map<string, vector<string> > outputTypes;
        int numOTU, fontSize;