]> git.donarmstrong.com Git - mothur.git/blobdiff - countgroupscommand.h
working on pam
[mothur.git] / countgroupscommand.h
index 1ab83c86ea98cb5a9bdd5c43e31558cbe4971307..cd226a3da2c02107f4512acc126b067d195dfb8c 100644 (file)
@@ -24,7 +24,7 @@ public:
        string getCommandName()                 { return "count.groups";                        }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
-    string getOutputPattern(string){ return ""; }      
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Count.groups"; }
        string getDescription()         { return "counts the number of sequences in each group"; }
        
@@ -36,6 +36,7 @@ private:
        string sharedfile, groupfile, countfile, outputDir, groups, accnosfile;
        bool abort;
        vector<string> Groups;
+    vector<string> outputNames;
 };
 
 #endif