]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapsimcommand.h
finished consensus.seqs cutoff change
[mothur.git] / heatmapsimcommand.h
index 2a2c3676b31610b32dcb4b3996dc7134aa6078ed..ba5a240c8ade230de7433413cefe1dcfdf930402 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "heatmap.sim";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Heatmap.sim"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
@@ -36,7 +37,6 @@ private:
        InputData* input;
        vector<SharedRAbundVector*> lookup;
        vector<Calculator*> heatCalculators;
-       ValidCalculators* validCalculator;
        HeatMapSim* heatmap;
        OptionParser* parser;
        bool abort, allLines;