]> git.donarmstrong.com Git - mothur.git/blobdiff - createdatabasecommand.h
fixed bug in phylo.diversity rooting. added filename patterns and create filename...
[mothur.git] / createdatabasecommand.h
index 741feba082958ae8e4f2ec73f7a188255208b069..ca47b7a3e1ce1e3b8dafcdffe7280e1d0510418c 100644 (file)
@@ -22,8 +22,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "create.database";             }
        string getCommandCategory()             { return "OTU-Based Approaches"; }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Create.database"; }
        string getDescription()         { return "creates database file that includes, abundances across groups, representative sequences, and taxonomy for each OTU"; }