]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniqueseqscommand.h
added command descriptions
[mothur.git] / deuniqueseqscommand.h
index a8edea2fab447cea46b5a2aa0bcd69fbdec27f0d..300a1caeab4ce8b6b2febb10b6082c857fcfeb93 100644 (file)
@@ -25,6 +25,8 @@ public:
        string getCommandCategory()             { return "Sequence Processing";         }
        string getHelpString(); 
        string getCitation() { return "http://www.mothur.org/wiki/Deunique.seqs"; }
+       string getDescription()         { return "reverse of the unique.seqs command, and creates a fasta file from a fasta and name file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }