]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.h
changes while testing 1.27
[mothur.git] / collectsharedcommand.h
index d7f2f8f3d946208cee976595bf6d8113811e7094..d0908de54afb261e4e8184efd6910c3238848d2b 100644 (file)
@@ -29,8 +29,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "collect.shared";                      }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
-       
+       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.shared"; }
+       string getDescription()         { return "generates collector's curves for calculators, which describe the similarity between communities or their shared richness"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }