]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added phylip as output file type for commands that output distance matrices. added...
[mothur.git] / mgclustercommand.h
index 6ad1855ad007a36907e0c63d89b8d3d249ee2939..ea2c1de8603d746277017d8b557fcc5171c9af39 100644 (file)
@@ -31,9 +31,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "mgcluster";   }
        string getCommandCategory()             { return "Clustering";  }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "Schloss PD, Handelsman J (2008). A statistical toolbox for metagenomics. BMC Bioinformatics 9: 34. \nhttp://www.mothur.org/wiki/Mgcluster"; }
-       
+       string getDescription()         { return "cluster your sequences into OTUs using a blast file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }