]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
1.20.0
[mothur.git] / collectcommand.h
index 1884d04fb2719f088fa5b54475b4c70534f114e1..9e513989fd7afea15967ae029d6c48565ba6c299 100644 (file)
@@ -37,6 +37,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "collect.single";                      }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCitation() { return "Schloss PD, Handelsman J (2006). Introducing SONS, A tool that compares the membership of microbial communities. Appl Environ Microbiol 72: 6773-9. \nhttp://www.mothur.org/wiki/Collect.single"; }
        string getHelpString(); 
        
        int execute(); 
@@ -47,7 +48,6 @@ private:
        OrderVector* order;
        InputData* input;
        Collect* cCurve;
-       ValidCalculators* validCalculator;
        vector<Display*> cDisplays;
        int abund, size;
        float freq;