]> git.donarmstrong.com Git - mothur.git/blobdiff - countseqscommand.h
added command descriptions
[mothur.git] / countseqscommand.h
index 385cd13536e0ed395bed74d875e620bc131e87c4..89549a9ac0b0c74e6cdd18372ac4cdb834b5e8be 100644 (file)
@@ -25,7 +25,8 @@ public:
        string getCommandCategory()             { return "Sequence Processing";         }
        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()); }