]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / splitgroupscommand.h
index f6e8760e11ef8e02661dc275f22bc94414aa1517..f8bdca17e2a06877a81d4d5eca2fcabd64cef52a 100644 (file)
@@ -24,11 +24,20 @@ class SplitGroupCommand : public Command {
        
 public:
        SplitGroupCommand(string);      
-       ~SplitGroupCommand();
-       int execute();  
-       void help();
+       SplitGroupCommand();
+       ~SplitGroupCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "split.group";                         }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Split.group"; }
+       string getDescription()         { return "split a name or fasta file by group"; }
 
        
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
 private:
        int readNames(); 
        int splitFasta();