]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.h
added oligos, pdiffs, bdiffs, ldiffs, sdiffs, tiffs parameters to sffinfo to allow...
[mothur.git] / hclustercommand.h
index 5fbdb3d1ab3bfe15a141c1d710ea6d84186a07db..6bf559ae6937f130679a5b601e939d7b79193acc 100644 (file)
@@ -36,10 +36,13 @@ public:
        ~HClusterCommand(){}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "hcluster";                            }
-       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       string getCommandName()                 { return "hcluster";    }
+       string getCommandCategory()             { return "Clustering";  }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
-       
+       string getCitation() { return "Sun Y, Cai Y, Liu L, Yu F, Farrell ML, Mckendree W, Farmerie W (2009). ESPRIT: estimating species richness using large collections of 16S rRNA pyrosequences. Nucleic Acids Res 37: e76. \nhttp://www.mothur.org/wiki/Hcluster"; }
+       string getDescription()         { return "cluster your sequences into OTUs using a distance matrix"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }