]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
working of get.mimarkspackage and sra command
[mothur.git] / summarycommand.h
index 4936dd8e9ad004bbf18352bb36659463c62be746..891d1570e3e55fd24f4d58260c023924584d7756 100644 (file)
@@ -25,8 +25,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "summary.single";                      }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
-       string getOutputFileNameTag(string, string);
+       
        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"; }
 
@@ -38,7 +39,7 @@ private:
        vector<Calculator*> sumCalculators;     
        InputData* input;
        SAbundVector* sabund;
-       int abund, size, iters, subsampleSize;
+       int abund, size, iters, subsampleSize, alpha;
 
        bool abort, allLines, groupMode, subsample;
        set<string> labels; //holds labels to be used