]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.h
working on make.contigs. fixed trim.seqs filename issue
[mothur.git] / splitgroupscommand.h
index a8dc9a19e656651be58416c99e802e1b98b72a56..b251fe55bc4fd010582c82297e8b757a0f17113e 100644 (file)
@@ -30,8 +30,9 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "split.group";                         }
        string getCommandCategory()             { return "Sequence Processing";         }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Split.group"; }
        string getDescription()         { return "split a name or fasta file by group"; }
 
@@ -42,9 +43,12 @@ public:
 private:
        vector<string> outputNames;
                
-       string outputDir, namefile, groupfile, groups, fastafile;
+       string outputDir, namefile, groupfile, countfile, groups, fastafile;
        vector<string> Groups;
        bool abort;
+    
+    int runNameGroup();
+    int runCount();
 };
 
 /***************************************************************************************/