]> git.donarmstrong.com Git - mothur.git/blobdiff - countseqscommand.h
added load.logfile command. changed summary.single output for subsample=t.
[mothur.git] / countseqscommand.h
index 385cd13536e0ed395bed74d875e620bc131e87c4..54982c11939e82fae8de341f74c1aa3a01e4f609 100644 (file)
@@ -23,9 +23,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "count.seqs";                          }
        string getCommandCategory()             { return "Sequence Processing";         }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Count.seqs"; }
-       
+       string getDescription()         { return "counts the number of sequences represented by each unique sequence in a namesfile"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }