]> git.donarmstrong.com Git - mothur.git/blobdiff - splitgroupscommand.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / splitgroupscommand.h
index 6705ba98e3ab9ebd165429260828632eca43ede4..f8bdca17e2a06877a81d4d5eca2fcabd64cef52a 100644 (file)
@@ -31,6 +31,9 @@ public:
        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()); }