]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
changed random forest output filename
[mothur.git] / summarycommand.h
index 1d93a333a8c971458ced6ca8803cb0b2027a48b2..3c8420795550e1f39ef5529ad235d13e11e5e7a5 100644 (file)
@@ -25,7 +25,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "summary.single";                      }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Summary.single"; }
        string getDescription()         { return "generate summary file that has the calculator value for each line in the OTU data"; }
 
@@ -48,7 +50,7 @@ private:
        
        vector<string> parseSharedFile(string);
        vector<string> createGroupSummaryFile(int, int, vector<string>&, map<string, string>);
-    int process(SAbundVector*&, ofstream&, ofstream&, ofstream&);
+    int process(SAbundVector*&, ofstream&, ofstream&);
 
 
 };