]> git.donarmstrong.com Git - mothur.git/blobdiff - countgroupscommand.h
added sharedotu parameter to venn command. working of make.contigs.
[mothur.git] / countgroupscommand.h
index 2532a80eca171fefd776e3722474084e42a1f396..1ab83c86ea98cb5a9bdd5c43e31558cbe4971307 100644 (file)
@@ -24,6 +24,7 @@ public:
        string getCommandName()                 { return "count.groups";                        }
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
+    string getOutputPattern(string){ return ""; }      
        string getCitation() { return "http://www.mothur.org/wiki/Count.groups"; }
        string getDescription()         { return "counts the number of sequences in each group"; }
        
@@ -32,11 +33,9 @@ public:
        
        
 private:
-       string sharedfile, groupfile, outputDir, groups, accnosfile;
+       string sharedfile, groupfile, countfile, outputDir, groups, accnosfile;
        bool abort;
        vector<string> Groups;
-       
-       void readAccnos();
 };
 
 #endif